Struct kodept_ast::CharLiteral
source · pub struct CharLiteral {
pub value: String,
/* private fields */
}Fields§
§value: StringTrait Implementations§
source§impl Debug for CharLiteral
impl Debug for CharLiteral
source§impl From<CharLiteral> for GenericASTNode
impl From<CharLiteral> for GenericASTNode
source§fn from(original: CharLiteral) -> GenericASTNode
fn from(original: CharLiteral) -> GenericASTNode
Converts to this type from the input type.
source§impl Identifiable for CharLiteral
impl Identifiable for CharLiteral
source§impl PartialEq for CharLiteral
impl PartialEq for CharLiteral
source§fn eq(&self, other: &CharLiteral) -> bool
fn eq(&self, other: &CharLiteral) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime GenericASTNode> for &'__deriveMoreLifetime CharLiteral
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime GenericASTNode> for &'__deriveMoreLifetime CharLiteral
source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut GenericASTNode> for &'__deriveMoreLifetime mut CharLiteral
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut GenericASTNode> for &'__deriveMoreLifetime mut CharLiteral
source§impl TryFrom<GenericASTNode> for CharLiteral
impl TryFrom<GenericASTNode> for CharLiteral
impl StructuralPartialEq for CharLiteral
Auto Trait Implementations§
impl RefUnwindSafe for CharLiteral
impl Send for CharLiteral
impl Sync for CharLiteral
impl Unpin for CharLiteral
impl UnwindSafe for CharLiteral
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