pub struct SyncActionResult {
pub summary_json: Option<String>,
}Fields§
§summary_json: Option<String>Trait Implementations§
Source§impl Clone for SyncActionResult
impl Clone for SyncActionResult
Source§fn clone(&self) -> SyncActionResult
fn clone(&self) -> SyncActionResult
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 SyncActionResult
impl Debug for SyncActionResult
Source§impl<'de> Deserialize<'de> for SyncActionResult
impl<'de> Deserialize<'de> for SyncActionResult
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 SyncActionResult
impl RefUnwindSafe for SyncActionResult
impl Send for SyncActionResult
impl Sync for SyncActionResult
impl Unpin for SyncActionResult
impl UnsafeUnpin for SyncActionResult
impl UnwindSafe for SyncActionResult
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