pub struct LoggedOutEvent {
pub node: Option<u64>,
}Fields§
§node: Option<u64>Trait Implementations§
Source§impl Debug for LoggedOutEvent
impl Debug for LoggedOutEvent
Auto Trait Implementations§
impl Freeze for LoggedOutEvent
impl RefUnwindSafe for LoggedOutEvent
impl Send for LoggedOutEvent
impl Sync for LoggedOutEvent
impl Unpin for LoggedOutEvent
impl UnwindSafe for LoggedOutEvent
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