Fields
variables: Option<Vec<Variable>>
events: Option<Events>
Trait Implementations
sourceimpl PartialEq<Osb> for Osb
impl PartialEq<Osb> for Osb
sourceimpl VersionedFromStr for Osb
impl VersionedFromStr for Osb
sourceimpl VersionedToString for Osb
impl VersionedToString for Osb
impl Eq for Osb
impl StructuralEq for Osb
impl StructuralPartialEq for Osb
Auto Trait Implementations
impl RefUnwindSafe for Osb
impl Send for Osb
impl Sync for Osb
impl Unpin for Osb
impl UnwindSafe for Osb
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