Enum AutoloadStrategy
pub enum AutoloadStrategy {
Psr4,
Classmap,
Files,
IncludePath,
}Expand description
PHP autoload strategy metadata.
Variants§
Implementations§
§impl AutoloadStrategy
impl AutoloadStrategy
Trait Implementations§
§impl Clone for AutoloadStrategy
impl Clone for AutoloadStrategy
§fn clone(&self) -> AutoloadStrategy
fn clone(&self) -> AutoloadStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for AutoloadStrategy
impl Debug for AutoloadStrategy
§impl Display for AutoloadStrategy
impl Display for AutoloadStrategy
§impl Hash for AutoloadStrategy
impl Hash for AutoloadStrategy
§impl Ord for AutoloadStrategy
impl Ord for AutoloadStrategy
§fn cmp(&self, other: &AutoloadStrategy) -> Ordering
fn cmp(&self, other: &AutoloadStrategy) -> Ordering
1.21.0 · 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
§impl PartialEq for AutoloadStrategy
impl PartialEq for AutoloadStrategy
§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