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