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