Struct solang_parser::pt::Using
source · [−]pub struct Using {
pub loc: Loc,
pub list: UsingList,
pub ty: Option<Expression>,
pub global: Option<Identifier>,
}
Fields
loc: Loc
list: UsingList
ty: Option<Expression>
global: Option<Identifier>
Trait Implementations
impl Eq for Using
impl StructuralEq for Using
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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