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