pub struct mostRecentCollectionWithoutActivity;
Trait Implementations§
Source§impl HasField<mostRecentCollectionWithoutActivity> for ContributionsCollection
impl HasField<mostRecentCollectionWithoutActivity> for ContributionsCollection
Source§type Type = Option<ContributionsCollection>
type Type = Option<ContributionsCollection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for mostRecentCollectionWithoutActivity
impl RefUnwindSafe for mostRecentCollectionWithoutActivity
impl Send for mostRecentCollectionWithoutActivity
impl Sync for mostRecentCollectionWithoutActivity
impl Unpin for mostRecentCollectionWithoutActivity
impl UnwindSafe for mostRecentCollectionWithoutActivity
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