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