pub struct SepaDestination {
pub type: Type,
pub address: SepaAddress,
}Fields§
§type: Type§address: SepaAddressImplementations§
Source§impl SepaDestination
impl SepaDestination
pub fn new(type: Type, address: SepaAddress) -> SepaDestination
Trait Implementations§
Source§impl Clone for SepaDestination
impl Clone for SepaDestination
Source§fn clone(&self) -> SepaDestination
fn clone(&self) -> SepaDestination
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 SepaDestination
impl Debug for SepaDestination
Source§impl Default for SepaDestination
impl Default for SepaDestination
Source§fn default() -> SepaDestination
fn default() -> SepaDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SepaDestination
impl<'de> Deserialize<'de> for SepaDestination
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 SepaDestination
impl PartialEq for SepaDestination
Source§impl Serialize for SepaDestination
impl Serialize for SepaDestination
impl StructuralPartialEq for SepaDestination
Auto Trait Implementations§
impl Freeze for SepaDestination
impl RefUnwindSafe for SepaDestination
impl Send for SepaDestination
impl Sync for SepaDestination
impl Unpin for SepaDestination
impl UnwindSafe for SepaDestination
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