pub struct ResetHandle(/* private fields */);
Expand description
Implementations§
Source§impl ResetHandle
impl ResetHandle
Trait Implementations§
Source§impl Clone for ResetHandle
impl Clone for ResetHandle
Source§fn clone(&self) -> ResetHandle
fn clone(&self) -> ResetHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ResetHandle
impl !RefUnwindSafe for ResetHandle
impl Send for ResetHandle
impl Sync for ResetHandle
impl Unpin for ResetHandle
impl !UnwindSafe for ResetHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more