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