pub struct UnwrapFrameResultDto {
pub new_position: i64,
}Fields§
§new_position: i64Trait Implementations§
Source§impl Clone for UnwrapFrameResultDto
impl Clone for UnwrapFrameResultDto
Source§fn clone(&self) -> UnwrapFrameResultDto
fn clone(&self) -> UnwrapFrameResultDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnwrapFrameResultDto
impl Debug for UnwrapFrameResultDto
Source§impl Default for UnwrapFrameResultDto
impl Default for UnwrapFrameResultDto
Source§fn default() -> UnwrapFrameResultDto
fn default() -> UnwrapFrameResultDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnwrapFrameResultDto
impl<'de> Deserialize<'de> for UnwrapFrameResultDto
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 UnwrapFrameResultDto
impl PartialEq for UnwrapFrameResultDto
Source§fn eq(&self, other: &UnwrapFrameResultDto) -> bool
fn eq(&self, other: &UnwrapFrameResultDto) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UnwrapFrameResultDto
impl Serialize for UnwrapFrameResultDto
impl StructuralPartialEq for UnwrapFrameResultDto
Auto Trait Implementations§
impl Freeze for UnwrapFrameResultDto
impl RefUnwindSafe for UnwrapFrameResultDto
impl Send for UnwrapFrameResultDto
impl Sync for UnwrapFrameResultDto
impl Unpin for UnwrapFrameResultDto
impl UnsafeUnpin for UnwrapFrameResultDto
impl UnwindSafe for UnwrapFrameResultDto
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