pub struct UserContentEditConnection;
Trait Implementations§
Source§impl HasField<edges> for UserContentEditConnection
impl HasField<edges> for UserContentEditConnection
Source§impl HasField<nodes> for UserContentEditConnection
impl HasField<nodes> for UserContentEditConnection
Source§impl HasField<pageInfo> for UserContentEditConnection
impl HasField<pageInfo> for UserContentEditConnection
Auto Trait Implementations§
impl Freeze for UserContentEditConnection
impl RefUnwindSafe for UserContentEditConnection
impl Send for UserContentEditConnection
impl Sync for UserContentEditConnection
impl Unpin for UserContentEditConnection
impl UnwindSafe for UserContentEditConnection
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