pub struct UseStmt {
pub import: Ident,
}Fields§
§import: IdentTrait Implementations§
impl StructuralPartialEq for UseStmt
Auto Trait Implementations§
impl Freeze for UseStmt
impl RefUnwindSafe for UseStmt
impl Send for UseStmt
impl Sync for UseStmt
impl Unpin for UseStmt
impl UnwindSafe for UseStmt
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