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