Struct rasn_compiler::intermediate::Import
source · pub struct Import {
pub types: Vec<String>,
pub origin_name: String,
pub origin_identifier: Option<ObjectIdentifierValue>,
pub with: Option<With>,
}
Expand description
Represents a module import as specified in Rec. ITU-T X.680 (02/2021) § 13.16
Fields§
§types: Vec<String>
§origin_name: String
§origin_identifier: Option<ObjectIdentifierValue>
§with: Option<With>
Trait Implementations§
source§impl PartialEq for Import
impl PartialEq for Import
impl StructuralPartialEq for Import
Auto Trait Implementations§
impl Freeze for Import
impl RefUnwindSafe for Import
impl Send for Import
impl Sync for Import
impl Unpin for Import
impl UnwindSafe for Import
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