pub struct NamedImport {
pub imported: String,
pub local: String,
}Fields§
§imported: String§local: StringTrait Implementations§
Source§impl Clone for NamedImport
impl Clone for NamedImport
Source§fn clone(&self) -> NamedImport
fn clone(&self) -> NamedImport
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 moreAuto Trait Implementations§
impl Freeze for NamedImport
impl RefUnwindSafe for NamedImport
impl Send for NamedImport
impl Sync for NamedImport
impl Unpin for NamedImport
impl UnsafeUnpin for NamedImport
impl UnwindSafe for NamedImport
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