pub struct fieldName;
Trait Implementations§
impl HasInputField<fieldName, String> for CreateMultiDocumentDataInput
Auto Trait Implementations§
impl Freeze for fieldName
impl RefUnwindSafe for fieldName
impl Send for fieldName
impl Sync for fieldName
impl Unpin for fieldName
impl UnwindSafe for fieldName
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