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