pub struct GetParticipatingListResponseParticipatingBank {
pub bic: String,
pub clearing_code: String,
pub institution_name: String,
}Fields§
§bic: String- Example:
"WEDIHKHHXXX".to_string()
clearing_code: String- Example:
"390".to_string()
institution_name: String- Example:
"WELAB BANK LIMITED".to_string()
Trait Implementations§
Source§impl Clone for GetParticipatingListResponseParticipatingBank
impl Clone for GetParticipatingListResponseParticipatingBank
Source§fn clone(&self) -> GetParticipatingListResponseParticipatingBank
fn clone(&self) -> GetParticipatingListResponseParticipatingBank
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<'de> Deserialize<'de> for GetParticipatingListResponseParticipatingBank
impl<'de> Deserialize<'de> for GetParticipatingListResponseParticipatingBank
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
impl StructuralPartialEq for GetParticipatingListResponseParticipatingBank
Auto Trait Implementations§
impl Freeze for GetParticipatingListResponseParticipatingBank
impl RefUnwindSafe for GetParticipatingListResponseParticipatingBank
impl Send for GetParticipatingListResponseParticipatingBank
impl Sync for GetParticipatingListResponseParticipatingBank
impl Unpin for GetParticipatingListResponseParticipatingBank
impl UnsafeUnpin for GetParticipatingListResponseParticipatingBank
impl UnwindSafe for GetParticipatingListResponseParticipatingBank
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