pub struct PhpTokenText(/* private fields */);Expand description
Non-empty token text metadata.
Implementations§
Trait Implementations§
Source§impl Clone for PhpTokenText
impl Clone for PhpTokenText
Source§fn clone(&self) -> PhpTokenText
fn clone(&self) -> PhpTokenText
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhpTokenText
impl Debug for PhpTokenText
Source§impl Display for PhpTokenText
impl Display for PhpTokenText
Source§impl FromStr for PhpTokenText
impl FromStr for PhpTokenText
Source§impl Hash for PhpTokenText
impl Hash for PhpTokenText
Source§impl Ord for PhpTokenText
impl Ord for PhpTokenText
Source§fn cmp(&self, other: &PhpTokenText) -> Ordering
fn cmp(&self, other: &PhpTokenText) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PhpTokenText
impl PartialEq for PhpTokenText
Source§fn eq(&self, other: &PhpTokenText) -> bool
fn eq(&self, other: &PhpTokenText) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpTokenText
impl PartialOrd for PhpTokenText
impl Eq for PhpTokenText
impl StructuralPartialEq for PhpTokenText
Auto Trait Implementations§
impl Freeze for PhpTokenText
impl RefUnwindSafe for PhpTokenText
impl Send for PhpTokenText
impl Sync for PhpTokenText
impl Unpin for PhpTokenText
impl UnsafeUnpin for PhpTokenText
impl UnwindSafe for PhpTokenText
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