pub struct UsingDirective {
pub library: IdentifierPath,
pub type_name: Option<TypeName>,
pub is_global: bool,
}
Fields§
§library: IdentifierPath
§type_name: Option<TypeName>
§is_global: bool
Trait Implementations§
Source§impl Clone for UsingDirective
impl Clone for UsingDirective
Source§fn clone(&self) -> UsingDirective
fn clone(&self) -> UsingDirective
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 moreSource§impl Debug for UsingDirective
impl Debug for UsingDirective
Source§impl PartialEq for UsingDirective
impl PartialEq for UsingDirective
impl StructuralPartialEq for UsingDirective
Auto Trait Implementations§
impl Freeze for UsingDirective
impl RefUnwindSafe for UsingDirective
impl Send for UsingDirective
impl Sync for UsingDirective
impl Unpin for UsingDirective
impl UnwindSafe for UsingDirective
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