#[repr(transparent)]pub struct SubjectId(pub u64);Expand description
A stable subject / identity identifier linked across tracks.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for SubjectId
impl Eq for SubjectId
impl StructuralPartialEq for SubjectId
Auto Trait Implementations§
impl Freeze for SubjectId
impl RefUnwindSafe for SubjectId
impl Send for SubjectId
impl Sync for SubjectId
impl Unpin for SubjectId
impl UnsafeUnpin for SubjectId
impl UnwindSafe for SubjectId
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