pub struct DocumentContentHistoryPayload;Trait Implementations§
Source§impl HasField<history> for DocumentContentHistoryPayload
impl HasField<history> for DocumentContentHistoryPayload
Source§type Type = Vec<DocumentContentHistoryType>
type Type = Vec<DocumentContentHistoryType>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DocumentContentHistoryPayload
impl RefUnwindSafe for DocumentContentHistoryPayload
impl Send for DocumentContentHistoryPayload
impl Sync for DocumentContentHistoryPayload
impl Unpin for DocumentContentHistoryPayload
impl UnwindSafe for DocumentContentHistoryPayload
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