pub struct SiteId(pub u32);Expand description
Stable id of a registered opaque site value.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for SiteId
impl Eq for SiteId
Source§impl Ord for SiteId
impl Ord for SiteId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SiteId
impl PartialOrd for SiteId
impl StructuralPartialEq for SiteId
Auto Trait Implementations§
impl Freeze for SiteId
impl RefUnwindSafe for SiteId
impl Send for SiteId
impl Sync for SiteId
impl Unpin for SiteId
impl UnsafeUnpin for SiteId
impl UnwindSafe for SiteId
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