pub struct GQLStreamDirective {
pub label: Option<String>,
pub initial_count: u32,
pub if_condition: Option<String>,
}Fields§
§label: Option<String>§initial_count: u32§if_condition: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GQLStreamDirective
impl Clone for GQLStreamDirective
Source§fn clone(&self) -> GQLStreamDirective
fn clone(&self) -> GQLStreamDirective
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 GQLStreamDirective
impl RefUnwindSafe for GQLStreamDirective
impl Send for GQLStreamDirective
impl Sync for GQLStreamDirective
impl Unpin for GQLStreamDirective
impl UnsafeUnpin for GQLStreamDirective
impl UnwindSafe for GQLStreamDirective
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