pub struct unminimizedComment;Trait Implementations§
Source§impl Field for unminimizedComment
impl Field for unminimizedComment
Source§impl HasField<unminimizedComment> for UnminimizeCommentPayload
impl HasField<unminimizedComment> for UnminimizeCommentPayload
Source§type Type = Option<Minimizable>
type Type = Option<Minimizable>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for unminimizedComment
impl RefUnwindSafe for unminimizedComment
impl Send for unminimizedComment
impl Sync for unminimizedComment
impl Unpin for unminimizedComment
impl UnwindSafe for unminimizedComment
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