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