pub struct MessageOption<'a> { /* private fields */ }
Available on crate feature
alloc
only.Trait Implementations§
Source§impl<'a> MessageOption for MessageOption<'a>
impl<'a> MessageOption for MessageOption<'a>
Auto Trait Implementations§
impl<'a> Freeze for MessageOption<'a>
impl<'a> RefUnwindSafe for MessageOption<'a>
impl<'a> Send for MessageOption<'a>
impl<'a> Sync for MessageOption<'a>
impl<'a> Unpin for MessageOption<'a>
impl<'a> UnwindSafe for MessageOption<'a>
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