pub enum UseTreeKind {
Simple,
Nested(Vec<UseTree>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseTreeKind
impl RefUnwindSafe for UseTreeKind
impl Send for UseTreeKind
impl Sync for UseTreeKind
impl Unpin for UseTreeKind
impl UnwindSafe for UseTreeKind
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