pub struct WsDr {
pub xmlns_xdr: String,
pub xmlns_a: String,
pub xmlns_r: String,
pub two_cell_anchors: Vec<TwoCellAnchor>,
pub one_cell_anchors: Vec<OneCellAnchor>,
}Expand description
Root element for a spreadsheet drawing part.
Fields§
§xmlns_xdr: String§xmlns_a: String§xmlns_r: String§two_cell_anchors: Vec<TwoCellAnchor>§one_cell_anchors: Vec<OneCellAnchor>Trait Implementations§
Source§impl<'de> Deserialize<'de> for WsDr
impl<'de> Deserialize<'de> for WsDr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for WsDr
Auto Trait Implementations§
impl Freeze for WsDr
impl RefUnwindSafe for WsDr
impl Send for WsDr
impl Sync for WsDr
impl Unpin for WsDr
impl UnwindSafe for WsDr
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