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