pub struct ConnectAccountReference {
pub account: Option<Expandable<Account>>,
pub type_: ConnectAccountReferenceType,
}
Fields§
§account: Option<Expandable<Account>>
The connected account being referenced when type
is account
.
type_: ConnectAccountReferenceType
Type of the account referenced.
Trait Implementations§
Source§impl Clone for ConnectAccountReference
impl Clone for ConnectAccountReference
Source§fn clone(&self) -> ConnectAccountReference
fn clone(&self) -> ConnectAccountReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConnectAccountReference
impl Debug for ConnectAccountReference
Source§impl FromValueOpt for ConnectAccountReference
impl FromValueOpt for ConnectAccountReference
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for ConnectAccountReference
impl RefUnwindSafe for ConnectAccountReference
impl Send for ConnectAccountReference
impl Sync for ConnectAccountReference
impl Unpin for ConnectAccountReference
impl UnwindSafe for ConnectAccountReference
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