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