pub struct firstSeenLandingPage;
Trait Implementations§
Source§impl Field for firstSeenLandingPage
impl Field for firstSeenLandingPage
Auto Trait Implementations§
impl Freeze for firstSeenLandingPage
impl RefUnwindSafe for firstSeenLandingPage
impl Send for firstSeenLandingPage
impl Sync for firstSeenLandingPage
impl Unpin for firstSeenLandingPage
impl UnwindSafe for firstSeenLandingPage
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