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