pub enum SourceSyncOutcome {
Applied,
NoChange,
Failed,
Cancelled,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SourceSyncOutcome
impl Clone for SourceSyncOutcome
impl Copy for SourceSyncOutcome
Source§impl Debug for SourceSyncOutcome
impl Debug for SourceSyncOutcome
Source§impl<'de> Deserialize<'de> for SourceSyncOutcome
impl<'de> Deserialize<'de> for SourceSyncOutcome
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 Eq for SourceSyncOutcome
Source§impl PartialEq for SourceSyncOutcome
impl PartialEq for SourceSyncOutcome
Source§impl Serialize for SourceSyncOutcome
impl Serialize for SourceSyncOutcome
impl StructuralPartialEq for SourceSyncOutcome
Auto Trait Implementations§
impl Freeze for SourceSyncOutcome
impl RefUnwindSafe for SourceSyncOutcome
impl Send for SourceSyncOutcome
impl Sync for SourceSyncOutcome
impl Unpin for SourceSyncOutcome
impl UnsafeUnpin for SourceSyncOutcome
impl UnwindSafe for SourceSyncOutcome
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