pub struct LastLog {}Expand description
Trait Implementations§
Source§impl Module for LastLog
impl Module for LastLog
fn is_valid(&self, f: &mut File) -> bool
fn primary_file(&self) -> Result<&'static str>
fn iter_accounts(&self, fname: &str) -> Result<Vec<Record>>
fn search_uid(&self, uid: u32, fname: &str) -> Result<Record>
fn search_username(&self, username: &str, fname: &str) -> Result<Record>
Auto Trait Implementations§
impl Freeze for LastLog
impl RefUnwindSafe for LastLog
impl Send for LastLog
impl Sync for LastLog
impl Unpin for LastLog
impl UnwindSafe for LastLog
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