pub struct SELog { /* private fields */ }
Expand description
The SELog struct.
Implementations§
Trait Implementations§
impl Copy for SELog
impl StructuralPartialEq for SELog
Auto Trait Implementations§
impl Freeze for SELog
impl RefUnwindSafe for SELog
impl Send for SELog
impl Sync for SELog
impl Unpin for SELog
impl UnwindSafe for SELog
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