pub struct SourceComment { /* private fields */ }Expand description
A source comment retained from the authored document.
Implementations§
Source§impl SourceComment
impl SourceComment
Trait Implementations§
Source§impl Clone for SourceComment
impl Clone for SourceComment
Source§fn clone(&self) -> SourceComment
fn clone(&self) -> SourceComment
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 SourceComment
impl Debug for SourceComment
impl Eq for SourceComment
Source§impl PartialEq for SourceComment
impl PartialEq for SourceComment
impl StructuralPartialEq for SourceComment
Auto Trait Implementations§
impl Freeze for SourceComment
impl RefUnwindSafe for SourceComment
impl Send for SourceComment
impl Sync for SourceComment
impl Unpin for SourceComment
impl UnsafeUnpin for SourceComment
impl UnwindSafe for SourceComment
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