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