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