pub enum WriterLength {
SHORT,
MEDIUM,
LONG,
}Variants§
Trait Implementations§
Source§impl Clone for WriterLength
impl Clone for WriterLength
Source§fn clone(&self) -> WriterLength
fn clone(&self) -> WriterLength
Returns a duplicate 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 WriterLength
impl Debug for WriterLength
Source§impl From<&WriterLength> for Any
impl From<&WriterLength> for Any
Source§fn from(s: &WriterLength) -> Any
fn from(s: &WriterLength) -> Any
Converts to this type from the input type.
Source§impl From<WriterLength> for Any
impl From<WriterLength> for Any
Source§fn from(s: WriterLength) -> Any
fn from(s: WriterLength) -> Any
Converts to this type from the input type.
Source§impl FromVal for WriterLength
impl FromVal for WriterLength
Source§impl PartialEq for WriterLength
impl PartialEq for WriterLength
Source§impl PartialOrd for WriterLength
impl PartialOrd for WriterLength
impl Copy for WriterLength
impl StructuralPartialEq for WriterLength
Auto Trait Implementations§
impl Freeze for WriterLength
impl RefUnwindSafe for WriterLength
impl Send for WriterLength
impl Sync for WriterLength
impl Unpin for WriterLength
impl UnwindSafe for WriterLength
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