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