pub struct UseName {
pub name: String,
}Expand description
Single-name use tree segment.
Fields§
§name: StringImported name.
Trait Implementations§
impl Eq for UseName
impl StructuralPartialEq for UseName
Auto Trait Implementations§
impl Freeze for UseName
impl RefUnwindSafe for UseName
impl Send for UseName
impl Sync for UseName
impl Unpin for UseName
impl UnsafeUnpin for UseName
impl UnwindSafe for UseName
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