pub struct BaseOxmlElement { /* private fields */ }Expand description
Legacy base class for Office XML elements (kept for compatibility)
Implementations§
Source§impl BaseOxmlElement
impl BaseOxmlElement
pub fn new() -> Self
pub fn from_element(element: XmlElement) -> Self
pub fn element(&self) -> &XmlElement
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseOxmlElement
impl RefUnwindSafe for BaseOxmlElement
impl Send for BaseOxmlElement
impl Sync for BaseOxmlElement
impl Unpin for BaseOxmlElement
impl UnwindSafe for BaseOxmlElement
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