pub struct ReturnAuthorizationId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReturnAuthorizationId
impl Clone for ReturnAuthorizationId
Source§fn clone(&self) -> ReturnAuthorizationId
fn clone(&self) -> ReturnAuthorizationId
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 ReturnAuthorizationId
impl Debug for ReturnAuthorizationId
Source§impl Hash for ReturnAuthorizationId
impl Hash for ReturnAuthorizationId
Source§impl Ord for ReturnAuthorizationId
impl Ord for ReturnAuthorizationId
Source§fn cmp(&self, other: &ReturnAuthorizationId) -> Ordering
fn cmp(&self, other: &ReturnAuthorizationId) -> 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 ReturnAuthorizationId
impl PartialEq for ReturnAuthorizationId
Source§fn eq(&self, other: &ReturnAuthorizationId) -> bool
fn eq(&self, other: &ReturnAuthorizationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ReturnAuthorizationId
impl PartialOrd for ReturnAuthorizationId
impl Copy for ReturnAuthorizationId
impl Eq for ReturnAuthorizationId
impl StructuralPartialEq for ReturnAuthorizationId
Auto Trait Implementations§
impl Freeze for ReturnAuthorizationId
impl RefUnwindSafe for ReturnAuthorizationId
impl Send for ReturnAuthorizationId
impl Sync for ReturnAuthorizationId
impl Unpin for ReturnAuthorizationId
impl UnsafeUnpin for ReturnAuthorizationId
impl UnwindSafe for ReturnAuthorizationId
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