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