pub struct contents;
Trait Implementations§
Source§impl HasArgument<contents> for autosaveRevision
impl HasArgument<contents> for autosaveRevision
Source§type ArgumentType = AutosaveContentType
type ArgumentType = AutosaveContentType
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for contents
impl RefUnwindSafe for contents
impl Send for contents
impl Sync for contents
impl Unpin for contents
impl UnwindSafe for contents
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