Struct fuel_core_client::client::schema::ConnectionArgsFields
source · pub struct ConnectionArgsFields;
Implementations§
source§impl ConnectionArgsFields
impl ConnectionArgsFields
pub fn after() -> VariableDefinition<ConnectionArgs, Option<String>>
pub fn before() -> VariableDefinition<ConnectionArgs, Option<String>>
pub fn first() -> VariableDefinition<ConnectionArgs, Option<i32>>
pub fn last() -> VariableDefinition<ConnectionArgs, Option<i32>>
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionArgsFields
impl Send for ConnectionArgsFields
impl Sync for ConnectionArgsFields
impl Unpin for ConnectionArgsFields
impl UnwindSafe for ConnectionArgsFields
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