pub struct ApplicationId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ApplicationId
impl Clone for ApplicationId
Source§fn clone(&self) -> ApplicationId
fn clone(&self) -> ApplicationId
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 ApplicationId
impl Debug for ApplicationId
Source§impl Display for ApplicationId
impl Display for ApplicationId
impl Eq for ApplicationId
Source§impl From<&str> for ApplicationId
impl From<&str> for ApplicationId
Source§impl From<String> for ApplicationId
impl From<String> for ApplicationId
Source§impl Hash for ApplicationId
impl Hash for ApplicationId
Source§impl Ord for ApplicationId
impl Ord for ApplicationId
Source§fn cmp(&self, other: &ApplicationId) -> Ordering
fn cmp(&self, other: &ApplicationId) -> 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 ApplicationId
impl PartialEq for ApplicationId
Source§impl PartialOrd for ApplicationId
impl PartialOrd for ApplicationId
impl StructuralPartialEq for ApplicationId
Auto Trait Implementations§
impl Freeze for ApplicationId
impl RefUnwindSafe for ApplicationId
impl Send for ApplicationId
impl Sync for ApplicationId
impl Unpin for ApplicationId
impl UnsafeUnpin for ApplicationId
impl UnwindSafe for ApplicationId
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