pub struct userLogins;Trait Implementations§
Source§impl HasArgument<userLogins> for childTeams
impl HasArgument<userLogins> for childTeams
Auto Trait Implementations§
impl Freeze for userLogins
impl RefUnwindSafe for userLogins
impl Send for userLogins
impl Sync for userLogins
impl Unpin for userLogins
impl UnwindSafe for userLogins
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