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