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