pub struct SiteId(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl AddAssign for SiteId
impl AddAssign for SiteId
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl AddAssign<i32> for SiteId
impl AddAssign<i32> for SiteId
Source§fn add_assign(&mut self, rhs: tsk_id_t)
fn add_assign(&mut self, rhs: tsk_id_t)
Performs the
+= operation. Read moreimpl 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
Source§impl PartialOrd<&SiteId> for SiteId
impl PartialOrd<&SiteId> for SiteId
Source§impl PartialOrd<SiteId> for tsk_id_t
impl PartialOrd<SiteId> for tsk_id_t
Source§impl PartialOrd<SiteId> for &SiteId
impl PartialOrd<SiteId> for &SiteId
Source§impl PartialOrd<SiteId> for usize
impl PartialOrd<SiteId> for usize
Source§impl PartialOrd<SiteId> for SizeType
impl PartialOrd<SiteId> for SizeType
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<usize> for SiteId
impl PartialOrd<usize> for SiteId
impl StructuralPartialEq for SiteId
Source§impl SubAssign for SiteId
impl SubAssign for SiteId
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreSource§impl SubAssign<i32> for SiteId
impl SubAssign<i32> for SiteId
Source§fn sub_assign(&mut self, rhs: tsk_id_t)
fn sub_assign(&mut self, rhs: tsk_id_t)
Performs the
-= operation. Read moreAuto 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