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