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