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