pub struct Field { /* private fields */ }
Implementations§
Source§impl Field
impl Field
pub fn set_name(self, name: String) -> Self
pub fn set_alias(self, alias: String) -> Self
pub fn set_argument(self, name: String, value: Value) -> Self
pub fn add_field(self, field: FieldType) -> Self
pub fn add_field_node(self, field: Field) -> Self
pub fn add_field_leaf(self, field: &str) -> Self
pub fn will_paginate(self) -> Self
pub fn is_paginated(self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Field
impl !RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
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