pub enum ProseWrap {
Always,
Never,
Preserve,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProseWrap
impl<'de> Deserialize<'de> for ProseWrap
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
impl Copy for ProseWrap
impl StructuralPartialEq for ProseWrap
Auto Trait Implementations§
impl Freeze for ProseWrap
impl RefUnwindSafe for ProseWrap
impl Send for ProseWrap
impl Sync for ProseWrap
impl Unpin for ProseWrap
impl UnwindSafe for ProseWrap
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