pub struct OutboundAccountPosition {
pub e_uppercase: Option<i64>,
pub u: Option<i64>,
pub b_uppercase: Option<Vec<OutboundAccountPositionBInner>>,
}Fields§
§e_uppercase: Option<i64>§u: Option<i64>§b_uppercase: Option<Vec<OutboundAccountPositionBInner>>Implementations§
Source§impl OutboundAccountPosition
impl OutboundAccountPosition
pub fn new() -> OutboundAccountPosition
Trait Implementations§
Source§impl Clone for OutboundAccountPosition
impl Clone for OutboundAccountPosition
Source§fn clone(&self) -> OutboundAccountPosition
fn clone(&self) -> OutboundAccountPosition
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 Debug for OutboundAccountPosition
impl Debug for OutboundAccountPosition
Source§impl Default for OutboundAccountPosition
impl Default for OutboundAccountPosition
Source§fn default() -> OutboundAccountPosition
fn default() -> OutboundAccountPosition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutboundAccountPosition
impl<'de> Deserialize<'de> for OutboundAccountPosition
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 OutboundAccountPosition
impl PartialEq for OutboundAccountPosition
Source§fn eq(&self, other: &OutboundAccountPosition) -> bool
fn eq(&self, other: &OutboundAccountPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OutboundAccountPosition
impl Serialize for OutboundAccountPosition
impl StructuralPartialEq for OutboundAccountPosition
Auto Trait Implementations§
impl Freeze for OutboundAccountPosition
impl RefUnwindSafe for OutboundAccountPosition
impl Send for OutboundAccountPosition
impl Sync for OutboundAccountPosition
impl Unpin for OutboundAccountPosition
impl UnsafeUnpin for OutboundAccountPosition
impl UnwindSafe for OutboundAccountPosition
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