pub struct schemaVersion;
Trait Implementations§
Source§impl Field for schemaVersion
impl Field for schemaVersion
Source§impl HasField<schemaVersion> for MultiDocument
impl HasField<schemaVersion> for MultiDocument
Auto Trait Implementations§
impl Freeze for schemaVersion
impl RefUnwindSafe for schemaVersion
impl Send for schemaVersion
impl Sync for schemaVersion
impl Unpin for schemaVersion
impl UnwindSafe for schemaVersion
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