pub struct role;Trait Implementations§
Source§impl HasArgument<role> for members
impl HasArgument<role> for members
Source§type ArgumentType = Option<TeamMemberRole>
type ArgumentType = Option<TeamMemberRole>
The schema marker type of this argument.
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