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