pub struct ActivityId(/* private fields */);
Trait Implementations§
Source§impl Clone for ActivityId
impl Clone for ActivityId
Source§fn clone(&self) -> ActivityId
fn clone(&self) -> ActivityId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ActivityId
impl Debug for ActivityId
Source§impl From<ActivityId> for usize
impl From<ActivityId> for usize
Source§fn from(value: ActivityId) -> Self
fn from(value: ActivityId) -> Self
Converts to this type from the input type.
Source§impl From<usize> for ActivityId
impl From<usize> for ActivityId
Source§impl Hash for ActivityId
impl Hash for ActivityId
Source§impl PartialEq for ActivityId
impl PartialEq for ActivityId
impl Copy for ActivityId
impl Eq for ActivityId
impl StructuralPartialEq for ActivityId
Auto Trait Implementations§
impl Freeze for ActivityId
impl RefUnwindSafe for ActivityId
impl Send for ActivityId
impl Sync for ActivityId
impl Unpin for ActivityId
impl UnwindSafe for ActivityId
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