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