pub struct Lurker { /* private fields */ }Expand description
Anonymous session tracking for unauthenticated visitors.
Trait Implementations§
impl Copy for Lurker
impl Eq for Lurker
impl StructuralPartialEq for Lurker
Auto Trait Implementations§
impl Freeze for Lurker
impl RefUnwindSafe for Lurker
impl Send for Lurker
impl Sync for Lurker
impl Unpin for Lurker
impl UnwindSafe for Lurker
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