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