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