pub struct CustomizationErrorState {
pub message: String,
}Expand description
Container failed to load.
Fields§
§message: StringHuman-readable error message.
Trait Implementations§
Source§impl Clone for CustomizationErrorState
impl Clone for CustomizationErrorState
Source§fn clone(&self) -> CustomizationErrorState
fn clone(&self) -> CustomizationErrorState
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 CustomizationErrorState
impl Debug for CustomizationErrorState
Source§impl<'de> Deserialize<'de> for CustomizationErrorState
impl<'de> Deserialize<'de> for CustomizationErrorState
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 CustomizationErrorState
impl PartialEq for CustomizationErrorState
Source§fn eq(&self, other: &CustomizationErrorState) -> bool
fn eq(&self, other: &CustomizationErrorState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CustomizationErrorState
impl Serialize for CustomizationErrorState
impl StructuralPartialEq for CustomizationErrorState
Auto Trait Implementations§
impl Freeze for CustomizationErrorState
impl RefUnwindSafe for CustomizationErrorState
impl Send for CustomizationErrorState
impl Sync for CustomizationErrorState
impl Unpin for CustomizationErrorState
impl UnsafeUnpin for CustomizationErrorState
impl UnwindSafe for CustomizationErrorState
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