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