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