Enum graph_oauth::HostIs
source · pub enum HostIs {
Valid,
Invalid,
}
Variants§
Trait Implementations§
source§impl Ord for HostIs
impl Ord for HostIs
source§impl PartialOrd for HostIs
impl PartialOrd for HostIs
impl 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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)