pub struct DeleteProjectCardPayload;Trait Implementations§
Source§impl HasField<column> for DeleteProjectCardPayload
impl HasField<column> for DeleteProjectCardPayload
Source§type Type = Option<ProjectColumn>
type Type = Option<ProjectColumn>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeleteProjectCardPayload
impl RefUnwindSafe for DeleteProjectCardPayload
impl Send for DeleteProjectCardPayload
impl Sync for DeleteProjectCardPayload
impl Unpin for DeleteProjectCardPayload
impl UnwindSafe for DeleteProjectCardPayload
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