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