pub struct customerStatus;Trait Implementations§
Source§impl Field for customerStatus
impl Field for customerStatus
Source§impl HasArgument<id> for customerStatus
impl HasArgument<id> for customerStatus
Source§impl HasField<customerStatus> for Query
impl HasField<customerStatus> for Query
Source§type Type = CustomerStatus
type Type = CustomerStatus
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for customerStatus
impl RefUnwindSafe for customerStatus
impl Send for customerStatus
impl Sync for customerStatus
impl Unpin for customerStatus
impl UnwindSafe for customerStatus
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