pub struct ApplicationContextId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ApplicationContextId
impl Clone for ApplicationContextId
Source§fn clone(&self) -> ApplicationContextId
fn clone(&self) -> ApplicationContextId
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 moreimpl Copy for ApplicationContextId
Source§impl Debug for ApplicationContextId
impl Debug for ApplicationContextId
impl Eq for ApplicationContextId
Source§impl Hash for ApplicationContextId
impl Hash for ApplicationContextId
Source§impl PartialEq for ApplicationContextId
impl PartialEq for ApplicationContextId
Source§fn eq(&self, other: &ApplicationContextId) -> bool
fn eq(&self, other: &ApplicationContextId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationContextId
Auto Trait Implementations§
impl Freeze for ApplicationContextId
impl RefUnwindSafe for ApplicationContextId
impl Send for ApplicationContextId
impl Sync for ApplicationContextId
impl Unpin for ApplicationContextId
impl UnsafeUnpin for ApplicationContextId
impl UnwindSafe for ApplicationContextId
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