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