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