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