pub struct LstStyle {}Expand description
List style for text (empty marker).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LstStyle
impl<'de> Deserialize<'de> for LstStyle
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 StructuralPartialEq for LstStyle
Auto Trait Implementations§
impl Freeze for LstStyle
impl RefUnwindSafe for LstStyle
impl Send for LstStyle
impl Sync for LstStyle
impl Unpin for LstStyle
impl UnwindSafe for LstStyle
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