Struct okane_core::repl::TopLevelComment
source · pub struct TopLevelComment(/* private fields */);Expand description
Top-level comment. OK to have multi-line comment.
Trait Implementations§
source§impl Debug for TopLevelComment
impl Debug for TopLevelComment
source§impl Display for TopLevelComment
impl Display for TopLevelComment
source§impl PartialEq for TopLevelComment
impl PartialEq for TopLevelComment
source§fn eq(&self, other: &TopLevelComment) -> bool
fn eq(&self, other: &TopLevelComment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TopLevelComment
impl StructuralEq for TopLevelComment
impl StructuralPartialEq for TopLevelComment
Auto Trait Implementations§
impl RefUnwindSafe for TopLevelComment
impl Send for TopLevelComment
impl Sync for TopLevelComment
impl Unpin for TopLevelComment
impl UnwindSafe for TopLevelComment
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