pub struct TopLevel {
pub namespace: Option<Iri>,
}Expand description
Shared fields on SBOL TopLevel objects.
Fields§
§namespace: Option<Iri>Trait Implementations§
impl Eq for TopLevel
impl StructuralPartialEq for TopLevel
Auto Trait Implementations§
impl Freeze for TopLevel
impl RefUnwindSafe for TopLevel
impl Send for TopLevel
impl Sync for TopLevel
impl Unpin for TopLevel
impl UnsafeUnpin for TopLevel
impl UnwindSafe for TopLevel
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