pub enum CustomTabStopSetChoice {
CustomTabStop(CustomTabStop),
}
Variants§
CustomTabStop(CustomTabStop)
Trait Implementations§
Source§impl Clone for CustomTabStopSetChoice
impl Clone for CustomTabStopSetChoice
Source§fn clone(&self) -> CustomTabStopSetChoice
fn clone(&self) -> CustomTabStopSetChoice
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 CustomTabStopSetChoice
impl Debug for CustomTabStopSetChoice
Source§impl<'__input> XmlRead<'__input> for CustomTabStopSetChoice
impl<'__input> XmlRead<'__input> for CustomTabStopSetChoice
Auto Trait Implementations§
impl Freeze for CustomTabStopSetChoice
impl RefUnwindSafe for CustomTabStopSetChoice
impl Send for CustomTabStopSetChoice
impl Sync for CustomTabStopSetChoice
impl Unpin for CustomTabStopSetChoice
impl UnwindSafe for CustomTabStopSetChoice
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