pub struct MemberStatusable;
Trait Implementations§
Source§impl HasField<__typename> for MemberStatusable
impl HasField<__typename> for MemberStatusable
Source§impl HasField<memberStatuses> for MemberStatusable
impl HasField<memberStatuses> for MemberStatusable
Source§type Type = UserStatusConnection
type Type = UserStatusConnection
The schema marker type of this field.
Source§impl NamedType for MemberStatusable
impl NamedType for MemberStatusable
impl HasSubtype<MemberStatusable> for MemberStatusable
impl HasSubtype<Organization> for MemberStatusable
impl HasSubtype<Team> for MemberStatusable
Auto Trait Implementations§
impl Freeze for MemberStatusable
impl RefUnwindSafe for MemberStatusable
impl Send for MemberStatusable
impl Sync for MemberStatusable
impl Unpin for MemberStatusable
impl UnwindSafe for MemberStatusable
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