Struct solang_parser::pt::Using
source · [−]pub struct Using {
pub loc: Loc,
pub library: Identifier,
pub ty: Option<Expression>,
}
Fields
loc: Loc
library: Identifier
ty: 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more