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