pub enum ProviderCategoryHint {
Auth,
Dependency,
Validation,
Internal,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderCategoryHint
impl Clone for ProviderCategoryHint
Source§fn clone(&self) -> ProviderCategoryHint
fn clone(&self) -> ProviderCategoryHint
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 ProviderCategoryHint
impl Debug for ProviderCategoryHint
Source§impl PartialEq for ProviderCategoryHint
impl PartialEq for ProviderCategoryHint
impl Copy for ProviderCategoryHint
impl Eq for ProviderCategoryHint
impl StructuralPartialEq for ProviderCategoryHint
Auto Trait Implementations§
impl Freeze for ProviderCategoryHint
impl RefUnwindSafe for ProviderCategoryHint
impl Send for ProviderCategoryHint
impl Sync for ProviderCategoryHint
impl Unpin for ProviderCategoryHint
impl UnsafeUnpin for ProviderCategoryHint
impl UnwindSafe for ProviderCategoryHint
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