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