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