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