pub struct HotComment {
pub content: String,
pub header: bool,
}Fields§
§content: String§header: boolAuto Trait Implementations§
impl Freeze for HotComment
impl RefUnwindSafe for HotComment
impl Send for HotComment
impl Sync for HotComment
impl Unpin for HotComment
impl UnsafeUnpin for HotComment
impl UnwindSafe for HotComment
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