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