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