pub struct TypedUse {
pub ast: Use,
}Fields§
§ast: UseTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypedUse
impl RefUnwindSafe for TypedUse
impl Send for TypedUse
impl Sync for TypedUse
impl Unpin for TypedUse
impl UnwindSafe for TypedUse
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