pub struct ConfigBundleResponse {
pub config_toml: Option<Option<Box<DeliveredConfigToml>>>,
pub requirements_toml: Option<Option<Box<DeliveredRequirementsToml>>>,
}Fields§
§config_toml: Option<Option<Box<DeliveredConfigToml>>>§requirements_toml: Option<Option<Box<DeliveredRequirementsToml>>>Implementations§
Source§impl ConfigBundleResponse
impl ConfigBundleResponse
pub fn new() -> ConfigBundleResponse
Trait Implementations§
Source§impl Clone for ConfigBundleResponse
impl Clone for ConfigBundleResponse
Source§fn clone(&self) -> ConfigBundleResponse
fn clone(&self) -> ConfigBundleResponse
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 ConfigBundleResponse
impl Debug for ConfigBundleResponse
Source§impl Default for ConfigBundleResponse
impl Default for ConfigBundleResponse
Source§fn default() -> ConfigBundleResponse
fn default() -> ConfigBundleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigBundleResponse
impl<'de> Deserialize<'de> for ConfigBundleResponse
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
Source§impl PartialEq for ConfigBundleResponse
impl PartialEq for ConfigBundleResponse
Source§impl Serialize for ConfigBundleResponse
impl Serialize for ConfigBundleResponse
impl StructuralPartialEq for ConfigBundleResponse
Auto Trait Implementations§
impl Freeze for ConfigBundleResponse
impl RefUnwindSafe for ConfigBundleResponse
impl Send for ConfigBundleResponse
impl Sync for ConfigBundleResponse
impl Unpin for ConfigBundleResponse
impl UnsafeUnpin for ConfigBundleResponse
impl UnwindSafe for ConfigBundleResponse
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