pub struct GQLDeprecation {
pub field_name: String,
pub reason: String,
pub since_version: Option<String>,
pub replacement: Option<String>,
}Fields§
§field_name: String§reason: String§since_version: Option<String>§replacement: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GQLDeprecation
impl Clone for GQLDeprecation
Source§fn clone(&self) -> GQLDeprecation
fn clone(&self) -> GQLDeprecation
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GQLDeprecation
impl RefUnwindSafe for GQLDeprecation
impl Send for GQLDeprecation
impl Sync for GQLDeprecation
impl Unpin for GQLDeprecation
impl UnsafeUnpin for GQLDeprecation
impl UnwindSafe for GQLDeprecation
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