pub struct autosaveRevision;
Trait Implementations§
Source§impl Field for autosaveRevision
impl Field for autosaveRevision
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.
Source§impl HasArgument<postId> for autosaveRevision
impl HasArgument<postId> for autosaveRevision
Auto Trait Implementations§
impl Freeze for autosaveRevision
impl RefUnwindSafe for autosaveRevision
impl Send for autosaveRevision
impl Sync for autosaveRevision
impl Unpin for autosaveRevision
impl UnwindSafe for autosaveRevision
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