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