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