pub struct WpsShape { /* private fields */ }
Implementations§
Source§impl WpsShape
impl WpsShape
pub fn new() -> WpsShape
pub fn add_text_box(self, text_box: WpsTextBox) -> Self
Trait Implementations§
Source§impl ElementReader for WpsShape
impl ElementReader for WpsShape
fn read<R: Read>( r: &mut EventReader<R>, _attrs: &[OwnedAttribute], ) -> Result<Self, ReaderError>
impl StructuralPartialEq for WpsShape
Auto Trait Implementations§
impl Freeze for WpsShape
impl RefUnwindSafe for WpsShape
impl Send for WpsShape
impl Sync for WpsShape
impl Unpin for WpsShape
impl UnwindSafe for WpsShape
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