pub struct Enter {
pub user: String,
pub host: String,
pub line: String,
pub login_time: OffsetDateTime,
pub exit: Exit,
}Fields§
§user: String§host: String§line: String§login_time: OffsetDateTime§exit: ExitTrait Implementations§
Auto Trait Implementations§
impl Freeze for Enter
impl RefUnwindSafe for Enter
impl Send for Enter
impl Sync for Enter
impl Unpin for Enter
impl UnwindSafe for Enter
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