pub enum PsrCategory {
Autoloading,
CodingStyle,
Http,
Logging,
Cache,
Container,
Events,
Security,
Other,
}Expand description
Broad PSR category metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PsrCategory
impl Clone for PsrCategory
Source§fn clone(&self) -> PsrCategory
fn clone(&self) -> PsrCategory
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 PsrCategory
impl Debug for PsrCategory
Source§impl Hash for PsrCategory
impl Hash for PsrCategory
Source§impl Ord for PsrCategory
impl Ord for PsrCategory
Source§fn cmp(&self, other: &PsrCategory) -> Ordering
fn cmp(&self, other: &PsrCategory) -> 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 PsrCategory
impl PartialEq for PsrCategory
Source§fn eq(&self, other: &PsrCategory) -> bool
fn eq(&self, other: &PsrCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PsrCategory
impl PartialOrd for PsrCategory
impl Copy for PsrCategory
impl Eq for PsrCategory
impl StructuralPartialEq for PsrCategory
Auto Trait Implementations§
impl Freeze for PsrCategory
impl RefUnwindSafe for PsrCategory
impl Send for PsrCategory
impl Sync for PsrCategory
impl Unpin for PsrCategory
impl UnsafeUnpin for PsrCategory
impl UnwindSafe for PsrCategory
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