pub enum LaravelMetadataKind {
Route,
Middleware,
ArtisanCommand,
Migration,
ServiceProvider,
ConfigKey,
}Expand description
Laravel metadata kind.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LaravelMetadataKind
impl Clone for LaravelMetadataKind
Source§fn clone(&self) -> LaravelMetadataKind
fn clone(&self) -> LaravelMetadataKind
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 moreSource§impl Debug for LaravelMetadataKind
impl Debug for LaravelMetadataKind
Source§impl Hash for LaravelMetadataKind
impl Hash for LaravelMetadataKind
Source§impl Ord for LaravelMetadataKind
impl Ord for LaravelMetadataKind
Source§fn cmp(&self, other: &LaravelMetadataKind) -> Ordering
fn cmp(&self, other: &LaravelMetadataKind) -> 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
Source§impl PartialEq for LaravelMetadataKind
impl PartialEq for LaravelMetadataKind
Source§impl PartialOrd for LaravelMetadataKind
impl PartialOrd for LaravelMetadataKind
impl Copy for LaravelMetadataKind
impl Eq for LaravelMetadataKind
impl StructuralPartialEq for LaravelMetadataKind
Auto Trait Implementations§
impl Freeze for LaravelMetadataKind
impl RefUnwindSafe for LaravelMetadataKind
impl Send for LaravelMetadataKind
impl Sync for LaravelMetadataKind
impl Unpin for LaravelMetadataKind
impl UnsafeUnpin for LaravelMetadataKind
impl UnwindSafe for LaravelMetadataKind
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