pub struct GQLScalar {
pub name: String,
pub description: Option<String>,
pub directives: Vec<String>,
}Fields§
§name: String§description: Option<String>§directives: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GQLScalar
impl RefUnwindSafe for GQLScalar
impl Send for GQLScalar
impl Sync for GQLScalar
impl Unpin for GQLScalar
impl UnsafeUnpin for GQLScalar
impl UnwindSafe for GQLScalar
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