pub struct BeginSourceSyncResponse {
pub admission: SourceSyncAdmission,
pub sync: SourceSyncResource,
}Fields§
§admission: SourceSyncAdmission§sync: SourceSyncResourceTrait Implementations§
Source§impl Clone for BeginSourceSyncResponse
impl Clone for BeginSourceSyncResponse
Source§impl Debug for BeginSourceSyncResponse
impl Debug for BeginSourceSyncResponse
Source§impl<'de> Deserialize<'de> for BeginSourceSyncResponse
impl<'de> Deserialize<'de> for BeginSourceSyncResponse
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 BeginSourceSyncResponse
Source§impl PartialEq for BeginSourceSyncResponse
impl PartialEq for BeginSourceSyncResponse
Source§impl Serialize for BeginSourceSyncResponse
impl Serialize for BeginSourceSyncResponse
impl StructuralPartialEq for BeginSourceSyncResponse
Auto Trait Implementations§
impl Freeze for BeginSourceSyncResponse
impl RefUnwindSafe for BeginSourceSyncResponse
impl Send for BeginSourceSyncResponse
impl Sync for BeginSourceSyncResponse
impl Unpin for BeginSourceSyncResponse
impl UnsafeUnpin for BeginSourceSyncResponse
impl UnwindSafe for BeginSourceSyncResponse
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