Enum cynic_introspection::Deprecated
source · pub enum Deprecated {
No,
Yes(Option<String>),
}Variants§
Trait Implementations§
source§impl Clone for Deprecated
impl Clone for Deprecated
source§fn clone(&self) -> Deprecated
fn clone(&self) -> Deprecated
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Deprecated
impl Debug for Deprecated
source§impl PartialEq for Deprecated
impl PartialEq for Deprecated
source§fn eq(&self, other: &Deprecated) -> bool
fn eq(&self, other: &Deprecated) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for Deprecated
impl StructuralEq for Deprecated
impl StructuralPartialEq for Deprecated
Auto Trait Implementations§
impl RefUnwindSafe for Deprecated
impl Send for Deprecated
impl Sync for Deprecated
impl Unpin for Deprecated
impl UnwindSafe for Deprecated
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