pub struct RouteWithdrawal {
pub destination: String,
pub owner: String,
pub owner_instance: String,
pub owner_epoch: u64,
pub owner_revision: u64,
}Fields§
§destination: String§owner: String§owner_instance: String§owner_epoch: u64§owner_revision: u64Trait Implementations§
Source§impl Clone for RouteWithdrawal
impl Clone for RouteWithdrawal
Source§fn clone(&self) -> RouteWithdrawal
fn clone(&self) -> RouteWithdrawal
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 RouteWithdrawal
impl Debug for RouteWithdrawal
Source§impl<'de> Deserialize<'de> for RouteWithdrawal
impl<'de> Deserialize<'de> for RouteWithdrawal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RouteWithdrawal
Source§impl Ord for RouteWithdrawal
impl Ord for RouteWithdrawal
Source§fn cmp(&self, other: &RouteWithdrawal) -> Ordering
fn cmp(&self, other: &RouteWithdrawal) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RouteWithdrawal
impl PartialEq for RouteWithdrawal
Source§impl PartialOrd for RouteWithdrawal
impl PartialOrd for RouteWithdrawal
Source§impl Serialize for RouteWithdrawal
impl Serialize for RouteWithdrawal
impl StructuralPartialEq for RouteWithdrawal
Auto Trait Implementations§
impl Freeze for RouteWithdrawal
impl RefUnwindSafe for RouteWithdrawal
impl Send for RouteWithdrawal
impl Sync for RouteWithdrawal
impl Unpin for RouteWithdrawal
impl UnsafeUnpin for RouteWithdrawal
impl UnwindSafe for RouteWithdrawal
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