pub struct SetBlockFormatDto {
pub position: i64,
pub anchor: i64,
pub alignment: Option<Alignment>,
pub heading_level: Option<i64>,
pub indent: Option<i64>,
pub marker: Option<MarkerType>,
}Fields§
§position: i64§anchor: i64§alignment: Option<Alignment>§heading_level: Option<i64>§indent: Option<i64>§marker: Option<MarkerType>Trait Implementations§
Source§impl Clone for SetBlockFormatDto
impl Clone for SetBlockFormatDto
Source§fn clone(&self) -> SetBlockFormatDto
fn clone(&self) -> SetBlockFormatDto
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 SetBlockFormatDto
impl Debug for SetBlockFormatDto
Source§impl Default for SetBlockFormatDto
impl Default for SetBlockFormatDto
Source§fn default() -> SetBlockFormatDto
fn default() -> SetBlockFormatDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetBlockFormatDto
impl<'de> Deserialize<'de> for SetBlockFormatDto
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 SetBlockFormatDto
impl PartialEq for SetBlockFormatDto
Source§impl Serialize for SetBlockFormatDto
impl Serialize for SetBlockFormatDto
impl StructuralPartialEq for SetBlockFormatDto
Auto Trait Implementations§
impl Freeze for SetBlockFormatDto
impl RefUnwindSafe for SetBlockFormatDto
impl Send for SetBlockFormatDto
impl Sync for SetBlockFormatDto
impl Unpin for SetBlockFormatDto
impl UnsafeUnpin for SetBlockFormatDto
impl UnwindSafe for SetBlockFormatDto
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