pub enum IPrint {
Minimal,
Default,
Verbose,
Full,
}Expand description
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IPrint
impl<'de> Deserialize<'de> for IPrint
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
Source§impl KeywordDisplay for IPrint
impl KeywordDisplay for IPrint
Source§impl Ord for IPrint
impl Ord for IPrint
Source§impl PartialOrd for IPrint
impl PartialOrd for IPrint
impl Copy for IPrint
impl Eq for IPrint
impl StructuralPartialEq for IPrint
Auto Trait Implementations§
impl Freeze for IPrint
impl RefUnwindSafe for IPrint
impl Send for IPrint
impl Sync for IPrint
impl Unpin for IPrint
impl UnwindSafe for IPrint
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