pub struct HotComment {
pub header: bool,
pub location: Location,
pub content: Vec<u8>,
}Fields§
§header: bool§location: Location§content: Vec<u8>Trait Implementations§
Source§impl Clone for HotComment
impl Clone for HotComment
Source§fn clone(&self) -> HotComment
fn clone(&self) -> HotComment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HotComment
impl Debug for HotComment
Source§impl PartialEq for HotComment
impl PartialEq for HotComment
impl StructuralPartialEq for HotComment
Auto 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