pub struct AccountExternalAccountUpdatedBuilder { /* private fields */ }Trait Implementations§
Source§impl Default for AccountExternalAccountUpdatedBuilder
impl Default for AccountExternalAccountUpdatedBuilder
Source§fn default() -> AccountExternalAccountUpdatedBuilder
fn default() -> AccountExternalAccountUpdatedBuilder
Returns the “default value” for a type. Read more
Source§impl MapBuilder for AccountExternalAccountUpdatedBuilder
impl MapBuilder for AccountExternalAccountUpdatedBuilder
type Out = AccountExternalAccountUpdated
fn key(&mut self, k: &str) -> Result<&mut dyn Visitor>
Source§fn deser_default() -> Self
fn deser_default() -> Self
Initial state for the builder. Note that this does not match the
Default trait, it
matches miniserde::Deserialize::default -> specifically we need Option<Option<>> to
default to Some(None)fn take_out(&mut self) -> Option<Self::Out>
Auto Trait Implementations§
impl Freeze for AccountExternalAccountUpdatedBuilder
impl RefUnwindSafe for AccountExternalAccountUpdatedBuilder
impl Send for AccountExternalAccountUpdatedBuilder
impl Sync for AccountExternalAccountUpdatedBuilder
impl Unpin for AccountExternalAccountUpdatedBuilder
impl UnsafeUnpin for AccountExternalAccountUpdatedBuilder
impl UnwindSafe for AccountExternalAccountUpdatedBuilder
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