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