pub struct SiteId(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Ord for SiteId
impl Ord for SiteId
Source§impl PartialOrd<SiteId> for SizeType
impl PartialOrd<SiteId> for SizeType
Source§impl PartialOrd<SiteId> for tsk_id_t
impl PartialOrd<SiteId> for tsk_id_t
Source§impl PartialOrd<SizeType> for SiteId
impl PartialOrd<SizeType> for SiteId
Source§impl PartialOrd<i32> for SiteId
impl PartialOrd<i32> for SiteId
Source§impl PartialOrd for SiteId
impl PartialOrd for SiteId
impl Copy for SiteId
impl Eq 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 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