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