Struct solang_parser::pt::Using
source · [−]pub struct Using {
pub loc: Loc,
pub library: Identifier,
pub ty: Option<Expression>,
}Fields
loc: Loclibrary: Identifierty: Option<Expression>Trait Implementations
impl StructuralPartialEq for Using
Auto Trait Implementations
impl RefUnwindSafe for Using
impl Send for Using
impl Sync for Using
impl Unpin for Using
impl UnwindSafe for Using
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more