pub struct AnySendSyncPartialState(/* private fields */);
Trait Implementations§
Source§impl Default for AnySendSyncPartialState
impl Default for AnySendSyncPartialState
Source§fn default() -> AnySendSyncPartialState
fn default() -> AnySendSyncPartialState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnySendSyncPartialState
impl !RefUnwindSafe for AnySendSyncPartialState
impl Send for AnySendSyncPartialState
impl Sync for AnySendSyncPartialState
impl Unpin for AnySendSyncPartialState
impl !UnwindSafe for AnySendSyncPartialState
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