pub struct LazyMessage { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for LazyMessage
impl !RefUnwindSafe for LazyMessage
impl Send for LazyMessage
impl !Sync for LazyMessage
impl Unpin for LazyMessage
impl !UnwindSafe for LazyMessage
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