pub struct AutosaveContentType;
Trait Implementations§
impl HasInputField<type, Option<String>> for AutosaveContentType
impl HasInputField<value, Option<ContentTypeData>> for AutosaveContentType
impl InputObjectMarker for AutosaveContentType
Auto Trait Implementations§
impl Freeze for AutosaveContentType
impl RefUnwindSafe for AutosaveContentType
impl Send for AutosaveContentType
impl Sync for AutosaveContentType
impl Unpin for AutosaveContentType
impl UnwindSafe for AutosaveContentType
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