pub struct documentId;
Trait Implementations§
Source§impl Field for documentId
impl Field for documentId
Source§impl HasField<documentId> for FieldChange
impl HasField<documentId> for FieldChange
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