pub struct SiteId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for SiteId
impl Ord for SiteId
Source§impl PartialOrd for SiteId
impl PartialOrd 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.