pub struct PhpRelativeName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PhpRelativeName
impl Clone for PhpRelativeName
Source§fn clone(&self) -> PhpRelativeName
fn clone(&self) -> PhpRelativeName
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 PhpRelativeName
impl Debug for PhpRelativeName
Source§impl Display for PhpRelativeName
impl Display for PhpRelativeName
Source§impl FromStr for PhpRelativeName
impl FromStr for PhpRelativeName
Source§type Err = PhpNamespaceError
type Err = PhpNamespaceError
The associated error which can be returned from parsing.
Source§fn from_str(
input: &str,
) -> Result<PhpRelativeName, <PhpRelativeName as FromStr>::Err>
fn from_str( input: &str, ) -> Result<PhpRelativeName, <PhpRelativeName as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§impl Hash for PhpRelativeName
impl Hash for PhpRelativeName
Source§impl Ord for PhpRelativeName
impl Ord for PhpRelativeName
Source§fn cmp(&self, other: &PhpRelativeName) -> Ordering
fn cmp(&self, other: &PhpRelativeName) -> 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 PhpRelativeName
impl PartialEq for PhpRelativeName
Source§fn eq(&self, other: &PhpRelativeName) -> bool
fn eq(&self, other: &PhpRelativeName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpRelativeName
impl PartialOrd for PhpRelativeName
impl Eq for PhpRelativeName
impl StructuralPartialEq for PhpRelativeName
Auto Trait Implementations§
impl Freeze for PhpRelativeName
impl RefUnwindSafe for PhpRelativeName
impl Send for PhpRelativeName
impl Sync for PhpRelativeName
impl Unpin for PhpRelativeName
impl UnsafeUnpin for PhpRelativeName
impl UnwindSafe for PhpRelativeName
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