pub struct OutboundAccountPositionBInner {
pub a: Option<String>,
pub f: Option<String>,
pub l: Option<String>,
}Fields§
§a: Option<String>§f: Option<String>§l: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for OutboundAccountPositionBInner
impl Clone for OutboundAccountPositionBInner
Source§fn clone(&self) -> OutboundAccountPositionBInner
fn clone(&self) -> OutboundAccountPositionBInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for OutboundAccountPositionBInner
impl Default for OutboundAccountPositionBInner
Source§fn default() -> OutboundAccountPositionBInner
fn default() -> OutboundAccountPositionBInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutboundAccountPositionBInner
impl<'de> Deserialize<'de> for OutboundAccountPositionBInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OutboundAccountPositionBInner
impl PartialEq for OutboundAccountPositionBInner
Source§fn eq(&self, other: &OutboundAccountPositionBInner) -> bool
fn eq(&self, other: &OutboundAccountPositionBInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutboundAccountPositionBInner
Auto Trait Implementations§
impl Freeze for OutboundAccountPositionBInner
impl RefUnwindSafe for OutboundAccountPositionBInner
impl Send for OutboundAccountPositionBInner
impl Sync for OutboundAccountPositionBInner
impl Unpin for OutboundAccountPositionBInner
impl UnsafeUnpin for OutboundAccountPositionBInner
impl UnwindSafe for OutboundAccountPositionBInner
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