pub struct allCommentingDisabled;
Trait Implementations§
Source§impl Field for allCommentingDisabled
impl Field for allCommentingDisabled
Auto Trait Implementations§
impl Freeze for allCommentingDisabled
impl RefUnwindSafe for allCommentingDisabled
impl Send for allCommentingDisabled
impl Sync for allCommentingDisabled
impl Unpin for allCommentingDisabled
impl UnwindSafe for allCommentingDisabled
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