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