pub struct teams;
Trait Implementations§
Source§impl HasArgument<after> for teams
impl HasArgument<after> for teams
Source§impl HasArgument<before> for teams
impl HasArgument<before> for teams
Source§impl HasArgument<first> for teams
impl HasArgument<first> for teams
Source§impl HasArgument<last> for teams
impl HasArgument<last> for teams
Source§impl HasArgument<orderBy> for teams
impl HasArgument<orderBy> for teams
Auto Trait Implementations§
impl Freeze for teams
impl RefUnwindSafe for teams
impl Send for teams
impl Sync for teams
impl Unpin for teams
impl UnwindSafe for teams
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