pub struct cardId;
Trait Implementations§
impl HasInputField<cardId, Id> for MoveProjectCardInput
Auto Trait Implementations§
impl Freeze for cardId
impl RefUnwindSafe for cardId
impl Send for cardId
impl Sync for cardId
impl Unpin for cardId
impl UnwindSafe for cardId
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