pub struct BlockComment(pub AstStr);Expand description
Block Comment
Tuple Fields§
§0: AstStrTrait 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<'de> Deserialize<'de> for BlockComment
impl<'de> Deserialize<'de> for BlockComment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BlockComment
impl PartialEq for BlockComment
Source§impl Serialize for BlockComment
impl Serialize 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 UnsafeUnpin 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