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