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