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