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