pub struct MetaStmts { /* private fields */ }Expand description
“meta” statements.
Implementations§
Source§impl MetaStmts
impl MetaStmts
pub fn organization(&self) -> &Option<OrganizationStmt>
pub fn contact(&self) -> &Option<ContactStmt>
pub fn description(&self) -> &Option<DescriptionStmt>
pub fn reference(&self) -> &Option<ReferenceStmt>
Trait Implementations§
impl StructuralPartialEq for MetaStmts
Auto Trait Implementations§
impl Freeze for MetaStmts
impl RefUnwindSafe for MetaStmts
impl Send for MetaStmts
impl Sync for MetaStmts
impl Unpin for MetaStmts
impl UnwindSafe for MetaStmts
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