pub struct LogAlert(/* private fields */);Auto Trait Implementations§
impl Freeze for LogAlert
impl RefUnwindSafe for LogAlert
impl !Send for LogAlert
impl !Sync for LogAlert
impl Unpin for LogAlert
impl UnwindSafe for LogAlert
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