Enum PsrCategory
pub enum PsrCategory {
Autoloading,
CodingStyle,
Http,
Logging,
Cache,
Container,
Events,
Security,
Other,
}Expand description
Broad PSR category metadata.
Variants§
Implementations§
§impl PsrCategory
impl PsrCategory
Trait Implementations§
§impl Clone for PsrCategory
impl Clone for PsrCategory
§fn clone(&self) -> PsrCategory
fn clone(&self) -> PsrCategory
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 PsrCategory
impl Debug for PsrCategory
§impl Hash for PsrCategory
impl Hash for PsrCategory
§impl Ord for PsrCategory
impl Ord for PsrCategory
§impl PartialEq for PsrCategory
impl PartialEq for PsrCategory
§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