pub struct UnminimizeCommentPayload;Trait Implementations§
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 UnminimizeCommentPayload
impl RefUnwindSafe for UnminimizeCommentPayload
impl Send for UnminimizeCommentPayload
impl Sync for UnminimizeCommentPayload
impl Unpin for UnminimizeCommentPayload
impl UnwindSafe for UnminimizeCommentPayload
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