pub enum AutoloadStrategy {
Psr4,
Classmap,
Files,
IncludePath,
}Expand description
PHP autoload strategy metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AutoloadStrategy
impl Clone for AutoloadStrategy
Source§fn clone(&self) -> AutoloadStrategy
fn clone(&self) -> AutoloadStrategy
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 AutoloadStrategy
impl Debug for AutoloadStrategy
Source§impl Display for AutoloadStrategy
impl Display for AutoloadStrategy
Source§impl Hash for AutoloadStrategy
impl Hash for AutoloadStrategy
Source§impl Ord for AutoloadStrategy
impl Ord for AutoloadStrategy
Source§fn cmp(&self, other: &AutoloadStrategy) -> Ordering
fn cmp(&self, other: &AutoloadStrategy) -> 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 AutoloadStrategy
impl PartialEq for AutoloadStrategy
Source§fn eq(&self, other: &AutoloadStrategy) -> bool
fn eq(&self, other: &AutoloadStrategy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AutoloadStrategy
impl PartialOrd for AutoloadStrategy
impl Copy for AutoloadStrategy
impl Eq for AutoloadStrategy
impl StructuralPartialEq for AutoloadStrategy
Auto Trait Implementations§
impl Freeze for AutoloadStrategy
impl RefUnwindSafe for AutoloadStrategy
impl Send for AutoloadStrategy
impl Sync for AutoloadStrategy
impl Unpin for AutoloadStrategy
impl UnsafeUnpin for AutoloadStrategy
impl UnwindSafe for AutoloadStrategy
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