struct SyncPointHook;
Trait Implementations§
Source§impl Clone for SyncPointHook
impl Clone for SyncPointHook
Source§fn clone(&self) -> SyncPointHook
fn clone(&self) -> SyncPointHook
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 SyncPointHook
impl RefUnwindSafe for SyncPointHook
impl Send for SyncPointHook
impl Sync for SyncPointHook
impl Unpin for SyncPointHook
impl UnwindSafe for SyncPointHook
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