pub struct ContextResultSerde {
pub operation: String,
pub affected_blocks: usize,
pub message: Option<String>,
}Fields§
§operation: String§affected_blocks: usize§message: Option<String>Trait Implementations§
Source§impl Clone for ContextResultSerde
impl Clone for ContextResultSerde
Source§fn clone(&self) -> ContextResultSerde
fn clone(&self) -> ContextResultSerde
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 ContextResultSerde
impl Debug for ContextResultSerde
Source§impl<'de> Deserialize<'de> for ContextResultSerde
impl<'de> Deserialize<'de> for ContextResultSerde
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
Auto Trait Implementations§
impl Freeze for ContextResultSerde
impl RefUnwindSafe for ContextResultSerde
impl Send for ContextResultSerde
impl Sync for ContextResultSerde
impl Unpin for ContextResultSerde
impl UnwindSafe for ContextResultSerde
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