pub struct FragmentList {
pub style: ListStyle,
pub indent: i64,
pub prefix: String,
pub suffix: String,
}Fields§
§style: ListStyle§indent: i64§prefix: String§suffix: StringImplementations§
Source§impl FragmentList
impl FragmentList
Trait Implementations§
Source§impl Clone for FragmentList
impl Clone for FragmentList
Source§fn clone(&self) -> FragmentList
fn clone(&self) -> FragmentList
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 FragmentList
impl Debug for FragmentList
Source§impl<'de> Deserialize<'de> for FragmentList
impl<'de> Deserialize<'de> for FragmentList
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
Auto Trait Implementations§
impl Freeze for FragmentList
impl RefUnwindSafe for FragmentList
impl Send for FragmentList
impl Sync for FragmentList
impl Unpin for FragmentList
impl UnsafeUnpin for FragmentList
impl UnwindSafe for FragmentList
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