pub struct GQLPersistedQuery {
pub hash: String,
pub query: String,
pub version: u32,
}Fields§
§hash: String§query: String§version: u32Implementations§
Trait Implementations§
Source§impl Clone for GQLPersistedQuery
impl Clone for GQLPersistedQuery
Source§fn clone(&self) -> GQLPersistedQuery
fn clone(&self) -> GQLPersistedQuery
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 GQLPersistedQuery
impl RefUnwindSafe for GQLPersistedQuery
impl Send for GQLPersistedQuery
impl Sync for GQLPersistedQuery
impl Unpin for GQLPersistedQuery
impl UnsafeUnpin for GQLPersistedQuery
impl UnwindSafe for GQLPersistedQuery
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