pub struct SetListFormatDto {
pub list_id: i64,
pub style: Option<ListStyle>,
pub indent: Option<i64>,
pub prefix: Option<String>,
pub suffix: Option<String>,
}Fields§
§list_id: i64§style: Option<ListStyle>§indent: Option<i64>§prefix: Option<String>§suffix: Option<String>Trait Implementations§
Source§impl Clone for SetListFormatDto
impl Clone for SetListFormatDto
Source§fn clone(&self) -> SetListFormatDto
fn clone(&self) -> SetListFormatDto
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 SetListFormatDto
impl Debug for SetListFormatDto
Source§impl Default for SetListFormatDto
impl Default for SetListFormatDto
Source§fn default() -> SetListFormatDto
fn default() -> SetListFormatDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetListFormatDto
impl<'de> Deserialize<'de> for SetListFormatDto
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 PartialEq for SetListFormatDto
impl PartialEq for SetListFormatDto
Source§impl Serialize for SetListFormatDto
impl Serialize for SetListFormatDto
impl StructuralPartialEq for SetListFormatDto
Auto Trait Implementations§
impl Freeze for SetListFormatDto
impl RefUnwindSafe for SetListFormatDto
impl Send for SetListFormatDto
impl Sync for SetListFormatDto
impl Unpin for SetListFormatDto
impl UnsafeUnpin for SetListFormatDto
impl UnwindSafe for SetListFormatDto
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