pub struct GQLCacheControl {
pub max_age_seconds: u32,
pub scope: GQLCacheScope,
pub inherit_max_age: bool,
}Fields§
§max_age_seconds: u32§scope: GQLCacheScope§inherit_max_age: boolImplementations§
Trait Implementations§
Source§impl Clone for GQLCacheControl
impl Clone for GQLCacheControl
Source§fn clone(&self) -> GQLCacheControl
fn clone(&self) -> GQLCacheControl
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 GQLCacheControl
impl RefUnwindSafe for GQLCacheControl
impl Send for GQLCacheControl
impl Sync for GQLCacheControl
impl Unpin for GQLCacheControl
impl UnsafeUnpin for GQLCacheControl
impl UnwindSafe for GQLCacheControl
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