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