pub struct CommentRm { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentRm
impl RefUnwindSafe for CommentRm
impl Send for CommentRm
impl Sync for CommentRm
impl Unpin for CommentRm
impl UnwindSafe for CommentRm
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