pub struct PhpAttributeName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PhpAttributeName
impl Clone for PhpAttributeName
Source§fn clone(&self) -> PhpAttributeName
fn clone(&self) -> PhpAttributeName
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 PhpAttributeName
impl Debug for PhpAttributeName
Source§impl Display for PhpAttributeName
impl Display for PhpAttributeName
Source§impl FromStr for PhpAttributeName
impl FromStr for PhpAttributeName
Source§impl Hash for PhpAttributeName
impl Hash for PhpAttributeName
Source§impl Ord for PhpAttributeName
impl Ord for PhpAttributeName
Source§fn cmp(&self, other: &PhpAttributeName) -> Ordering
fn cmp(&self, other: &PhpAttributeName) -> 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 PhpAttributeName
impl PartialEq for PhpAttributeName
Source§fn eq(&self, other: &PhpAttributeName) -> bool
fn eq(&self, other: &PhpAttributeName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpAttributeName
impl PartialOrd for PhpAttributeName
impl Eq for PhpAttributeName
impl StructuralPartialEq for PhpAttributeName
Auto Trait Implementations§
impl Freeze for PhpAttributeName
impl RefUnwindSafe for PhpAttributeName
impl Send for PhpAttributeName
impl Sync for PhpAttributeName
impl Unpin for PhpAttributeName
impl UnsafeUnpin for PhpAttributeName
impl UnwindSafe for PhpAttributeName
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