enum Wildcards {
Deny,
Allow,
}
Variants§
Trait Implementations§
impl Copy for Wildcards
impl StructuralPartialEq for Wildcards
Auto Trait Implementations§
impl Freeze for Wildcards
impl RefUnwindSafe for Wildcards
impl Send for Wildcards
impl Sync for Wildcards
impl Unpin for Wildcards
impl UnwindSafe for Wildcards
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