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