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