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