pub struct documentId;
Trait Implementations§
Source§impl Field for documentId
impl Field for documentId
impl HasInputField<documentId, Option<String>> for UpdateSpotlightDataInput
Auto Trait Implementations§
impl Freeze for documentId
impl RefUnwindSafe for documentId
impl Send for documentId
impl Sync for documentId
impl Unpin for documentId
impl UnwindSafe for documentId
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