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