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