Struct php_parser_rs::Identifier
source · pub struct Identifier {
pub name: ByteString,
}
Fields§
§name: ByteString
Trait Implementations§
source§impl Clone for Identifier
impl Clone for Identifier
source§fn clone(&self) -> Identifier
fn clone(&self) -> Identifier
Returns a copy 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 Identifier
impl Debug for Identifier
source§impl Display for Identifier
impl Display for Identifier
source§impl From<&[u8]> for Identifier
impl From<&[u8]> for Identifier
source§impl From<&ByteString> for Identifier
impl From<&ByteString> for Identifier
source§fn from(name: &ByteString) -> Self
fn from(name: &ByteString) -> Self
Converts to this type from the input type.
source§impl From<&str> for Identifier
impl From<&str> for Identifier
source§impl From<ByteString> for Identifier
impl From<ByteString> for Identifier
source§fn from(name: ByteString) -> Self
fn from(name: ByteString) -> Self
Converts to this type from the input type.