pub enum WpsShapeChild {
WpsTextBox(WpsTextBox),
}
Variants§
WpsTextBox(WpsTextBox)
Trait Implementations§
Source§impl Clone for WpsShapeChild
impl Clone for WpsShapeChild
Source§fn clone(&self) -> WpsShapeChild
fn clone(&self) -> WpsShapeChild
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WpsShapeChild
impl Debug for WpsShapeChild
Source§impl PartialEq for WpsShapeChild
impl PartialEq for WpsShapeChild
Source§impl Serialize for WpsShapeChild
impl Serialize for WpsShapeChild
impl StructuralPartialEq for WpsShapeChild
Auto Trait Implementations§
impl Freeze for WpsShapeChild
impl RefUnwindSafe for WpsShapeChild
impl Send for WpsShapeChild
impl Sync for WpsShapeChild
impl Unpin for WpsShapeChild
impl UnwindSafe for WpsShapeChild
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