pub struct ImportRelativePathStmt {
pub path: String,
pub as_mod_name: Option<String>,
pub line_file: LineFile,
}Fields§
§path: String§as_mod_name: Option<String>§line_file: LineFileImplementations§
Source§impl ImportRelativePathStmt
impl ImportRelativePathStmt
pub fn stmt_type_name(&self) -> String
Trait Implementations§
Source§impl Clone for ImportRelativePathStmt
impl Clone for ImportRelativePathStmt
Source§fn clone(&self) -> ImportRelativePathStmt
fn clone(&self) -> ImportRelativePathStmt
Returns a duplicate of the value. Read more
1.0.0 · 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 ImportRelativePathStmt
impl RefUnwindSafe for ImportRelativePathStmt
impl !Send for ImportRelativePathStmt
impl !Sync for ImportRelativePathStmt
impl Unpin for ImportRelativePathStmt
impl UnsafeUnpin for ImportRelativePathStmt
impl UnwindSafe for ImportRelativePathStmt
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