pub struct LogiLog { /* private fields */ }Expand description
Log of logi reps
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogiLog
impl<'de> Deserialize<'de> for LogiLog
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LogiLog
impl StructuralPartialEq for LogiLog
Auto Trait Implementations§
impl Freeze for LogiLog
impl RefUnwindSafe for LogiLog
impl Send for LogiLog
impl Sync for LogiLog
impl Unpin for LogiLog
impl UnsafeUnpin for LogiLog
impl UnwindSafe for LogiLog
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