Enum graph_oauth::HostIs
source · pub enum HostIs {
Valid,
Invalid,
}
Variants§
Trait Implementations§
source§impl Ord for HostIs
impl Ord for HostIs
source§impl PartialEq for HostIs
impl PartialEq for HostIs
source§impl PartialOrd for HostIs
impl PartialOrd for HostIs
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for HostIs
impl Eq for HostIs
impl StructuralPartialEq for HostIs
Auto Trait Implementations§
impl Freeze for HostIs
impl RefUnwindSafe for HostIs
impl Send for HostIs
impl Sync for HostIs
impl Unpin for HostIs
impl UnwindSafe for HostIs
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<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.