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