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