pub struct DefineBackendConfigOutput {
pub schema: ConfigSchema,
}Expand description
Output returned from the define_backend_config function.
Fields§
§schema: ConfigSchemaSchema shape of the backend’s configuration.
Trait Implementations§
Source§impl Clone for DefineBackendConfigOutput
impl Clone for DefineBackendConfigOutput
Source§fn clone(&self) -> DefineBackendConfigOutput
fn clone(&self) -> DefineBackendConfigOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 DefineBackendConfigOutput
impl Debug for DefineBackendConfigOutput
Source§impl Default for DefineBackendConfigOutput
impl Default for DefineBackendConfigOutput
Source§fn default() -> DefineBackendConfigOutput
fn default() -> DefineBackendConfigOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefineBackendConfigOutput
impl<'de> Deserialize<'de> for DefineBackendConfigOutput
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 StructuralPartialEq for DefineBackendConfigOutput
Auto Trait Implementations§
impl Freeze for DefineBackendConfigOutput
impl RefUnwindSafe for DefineBackendConfigOutput
impl Send for DefineBackendConfigOutput
impl Sync for DefineBackendConfigOutput
impl Unpin for DefineBackendConfigOutput
impl UnwindSafe for DefineBackendConfigOutput
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