pub struct SyncObjectResult {
pub messages: Vec<LogEvent>,
}Expand description
SyncObjectResult : Result of a single object sync
Fields§
§messages: Vec<LogEvent>Implementations§
Source§impl SyncObjectResult
impl SyncObjectResult
Sourcepub fn new(messages: Vec<LogEvent>) -> SyncObjectResult
pub fn new(messages: Vec<LogEvent>) -> SyncObjectResult
Result of a single object sync
Trait Implementations§
Source§impl Clone for SyncObjectResult
impl Clone for SyncObjectResult
Source§fn clone(&self) -> SyncObjectResult
fn clone(&self) -> SyncObjectResult
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 SyncObjectResult
impl Debug for SyncObjectResult
Source§impl Default for SyncObjectResult
impl Default for SyncObjectResult
Source§fn default() -> SyncObjectResult
fn default() -> SyncObjectResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SyncObjectResult
impl<'de> Deserialize<'de> for SyncObjectResult
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 SyncObjectResult
impl PartialEq for SyncObjectResult
Source§impl Serialize for SyncObjectResult
impl Serialize for SyncObjectResult
impl StructuralPartialEq for SyncObjectResult
Auto Trait Implementations§
impl Freeze for SyncObjectResult
impl RefUnwindSafe for SyncObjectResult
impl Send for SyncObjectResult
impl Sync for SyncObjectResult
impl Unpin for SyncObjectResult
impl UnsafeUnpin for SyncObjectResult
impl UnwindSafe for SyncObjectResult
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