pub struct BlockComment(/* private fields */);Trait Implementations§
Source§impl Clone for BlockComment
impl Clone for BlockComment
Source§fn clone(&self) -> BlockComment
fn clone(&self) -> BlockComment
Returns a duplicate of the value. Read more
1.0.0 · 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 BlockComment
impl Debug for BlockComment
Source§impl Hash for BlockComment
impl Hash for BlockComment
Source§impl PartialEq for BlockComment
impl PartialEq for BlockComment
Source§impl TerminalHandle for BlockComment
impl TerminalHandle for BlockComment
impl Copy for BlockComment
impl Eq for BlockComment
impl StructuralPartialEq for BlockComment
Auto Trait Implementations§
impl Freeze for BlockComment
impl RefUnwindSafe for BlockComment
impl Send for BlockComment
impl Sync for BlockComment
impl Unpin for BlockComment
impl UnwindSafe for BlockComment
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