pub struct ConfigWriteResponse {
pub file_path: Value,
pub overridden_metadata: Option<OverriddenMetadata>,
pub status: WriteStatus,
pub version: String,
}Fields§
§file_path: Value§overridden_metadata: Option<OverriddenMetadata>§status: WriteStatus§version: StringTrait Implementations§
Source§impl Clone for ConfigWriteResponse
impl Clone for ConfigWriteResponse
Source§fn clone(&self) -> ConfigWriteResponse
fn clone(&self) -> ConfigWriteResponse
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 ConfigWriteResponse
impl Debug for ConfigWriteResponse
Source§impl<'de> Deserialize<'de> for ConfigWriteResponse
impl<'de> Deserialize<'de> for ConfigWriteResponse
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 ConfigWriteResponse
impl RefUnwindSafe for ConfigWriteResponse
impl Send for ConfigWriteResponse
impl Sync for ConfigWriteResponse
impl Unpin for ConfigWriteResponse
impl UnsafeUnpin for ConfigWriteResponse
impl UnwindSafe for ConfigWriteResponse
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