pub struct ImportedItem {
pub name: String,
pub local: String,
}Fields§
§name: String§local: StringTrait Implementations§
Source§impl Clone for ImportedItem
impl Clone for ImportedItem
Source§fn clone(&self) -> ImportedItem
fn clone(&self) -> ImportedItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImportedItem
impl Debug for ImportedItem
impl Eq for ImportedItem
Source§impl PartialEq for ImportedItem
impl PartialEq for ImportedItem
impl StructuralPartialEq for ImportedItem
Auto Trait Implementations§
impl Freeze for ImportedItem
impl RefUnwindSafe for ImportedItem
impl Send for ImportedItem
impl Sync for ImportedItem
impl Unpin for ImportedItem
impl UnsafeUnpin for ImportedItem
impl UnwindSafe for ImportedItem
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