pub struct UpdateConfigurationResponse {
pub latest_applied_version: i32,
pub error: String,
}Expand description
The connector’s reply to updateConfiguration.
Fields§
§latest_applied_version: i32The configuration version the connector applied.
error: StringAn empty string on success.
Trait Implementations§
Source§impl Clone for UpdateConfigurationResponse
impl Clone for UpdateConfigurationResponse
Source§impl Debug for UpdateConfigurationResponse
impl Debug for UpdateConfigurationResponse
Auto Trait Implementations§
impl Freeze for UpdateConfigurationResponse
impl RefUnwindSafe for UpdateConfigurationResponse
impl Send for UpdateConfigurationResponse
impl Sync for UpdateConfigurationResponse
impl Unpin for UpdateConfigurationResponse
impl UnsafeUnpin for UpdateConfigurationResponse
impl UnwindSafe for UpdateConfigurationResponse
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