pub struct ConfigStatusResponse {
pub toml: String,
}Expand description
Named response for the protected compiled configuration source.
Fields§
§toml: StringTrait Implementations§
Source§impl CandidType for ConfigStatusResponse
impl CandidType for ConfigStatusResponse
Source§impl Clone for ConfigStatusResponse
impl Clone for ConfigStatusResponse
Source§fn clone(&self) -> ConfigStatusResponse
fn clone(&self) -> ConfigStatusResponse
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 ConfigStatusResponse
impl Debug for ConfigStatusResponse
Source§impl<'de> Deserialize<'de> for ConfigStatusResponse
impl<'de> Deserialize<'de> for ConfigStatusResponse
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 ConfigStatusResponse
Source§impl PartialEq for ConfigStatusResponse
impl PartialEq for ConfigStatusResponse
Source§impl Serialize for ConfigStatusResponse
impl Serialize for ConfigStatusResponse
impl StructuralPartialEq for ConfigStatusResponse
Auto Trait Implementations§
impl Freeze for ConfigStatusResponse
impl RefUnwindSafe for ConfigStatusResponse
impl Send for ConfigStatusResponse
impl Sync for ConfigStatusResponse
impl Unpin for ConfigStatusResponse
impl UnsafeUnpin for ConfigStatusResponse
impl UnwindSafe for ConfigStatusResponse
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