pub struct collectionMethod;Trait Implementations§
Source§impl Field for collectionMethod
impl Field for collectionMethod
Source§impl HasField<collectionMethod> for PaidSubscription
impl HasField<collectionMethod> for PaidSubscription
Auto Trait Implementations§
impl Freeze for collectionMethod
impl RefUnwindSafe for collectionMethod
impl Send for collectionMethod
impl Sync for collectionMethod
impl Unpin for collectionMethod
impl UnwindSafe for collectionMethod
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