pub struct InsertHtmlAtPositionResultDto {
pub new_position: i64,
pub blocks_added: i64,
}Fields§
§new_position: i64§blocks_added: i64Trait Implementations§
Source§impl Clone for InsertHtmlAtPositionResultDto
impl Clone for InsertHtmlAtPositionResultDto
Source§fn clone(&self) -> InsertHtmlAtPositionResultDto
fn clone(&self) -> InsertHtmlAtPositionResultDto
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 Default for InsertHtmlAtPositionResultDto
impl Default for InsertHtmlAtPositionResultDto
Source§fn default() -> InsertHtmlAtPositionResultDto
fn default() -> InsertHtmlAtPositionResultDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InsertHtmlAtPositionResultDto
impl<'de> Deserialize<'de> for InsertHtmlAtPositionResultDto
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 InsertHtmlAtPositionResultDto
impl PartialEq for InsertHtmlAtPositionResultDto
Source§fn eq(&self, other: &InsertHtmlAtPositionResultDto) -> bool
fn eq(&self, other: &InsertHtmlAtPositionResultDto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InsertHtmlAtPositionResultDto
Auto Trait Implementations§
impl Freeze for InsertHtmlAtPositionResultDto
impl RefUnwindSafe for InsertHtmlAtPositionResultDto
impl Send for InsertHtmlAtPositionResultDto
impl Sync for InsertHtmlAtPositionResultDto
impl Unpin for InsertHtmlAtPositionResultDto
impl UnsafeUnpin for InsertHtmlAtPositionResultDto
impl UnwindSafe for InsertHtmlAtPositionResultDto
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