pub struct SendLocalList;Expand description
Marker type for the SendLocalList action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendLocalList
impl RefUnwindSafe for SendLocalList
impl Send for SendLocalList
impl Sync for SendLocalList
impl Unpin for SendLocalList
impl UnsafeUnpin for SendLocalList
impl UnwindSafe for SendLocalList
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