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