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