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