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