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