pub struct customerStatuses;Trait Implementations§
Source§impl Field for customerStatuses
impl Field for customerStatuses
Source§impl HasArgument<after> for customerStatuses
impl HasArgument<after> for customerStatuses
Source§impl HasArgument<before> for customerStatuses
impl HasArgument<before> for customerStatuses
Source§impl HasArgument<first> for customerStatuses
impl HasArgument<first> for customerStatuses
Source§impl HasArgument<last> for customerStatuses
impl HasArgument<last> for customerStatuses
Source§impl HasArgument<orderBy> for customerStatuses
impl HasArgument<orderBy> for customerStatuses
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<customerStatuses> for Query
impl HasField<customerStatuses> for Query
Source§type Type = CustomerStatusConnection
type Type = CustomerStatusConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for customerStatuses
impl RefUnwindSafe for customerStatuses
impl Send for customerStatuses
impl Sync for customerStatuses
impl Unpin for customerStatuses
impl UnwindSafe for customerStatuses
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