pub enum UseKind {
Normal,
Function,
Const,
}Variants§
Trait Implementations§
impl Copy for UseKind
impl Eq for UseKind
impl StructuralPartialEq for UseKind
Auto Trait Implementations§
impl Freeze for UseKind
impl RefUnwindSafe for UseKind
impl Send for UseKind
impl Sync for UseKind
impl Unpin for UseKind
impl UnwindSafe for UseKind
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