pub struct SepaDetails { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SepaDetails
impl Clone for SepaDetails
Source§fn clone(&self) -> SepaDetails
fn clone(&self) -> SepaDetails
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 SepaDetails
impl Debug for SepaDetails
Source§impl Default for SepaDetails
impl Default for SepaDetails
Source§impl From<SepaDetails> for SepaDetails
impl From<SepaDetails> for SepaDetails
Source§fn from(value: SepaDetails) -> Self
fn from(value: SepaDetails) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SepaDetails> for SepaDetails
impl TryFrom<SepaDetails> for SepaDetails
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SepaDetails) -> Result<Self, ConversionError>
fn try_from(value: SepaDetails) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SepaDetails
impl RefUnwindSafe for SepaDetails
impl Send for SepaDetails
impl Sync for SepaDetails
impl Unpin for SepaDetails
impl UnsafeUnpin for SepaDetails
impl UnwindSafe for SepaDetails
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