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