pub struct LeafConfigData { /* private fields */ }Expand description
Type-erased JSON storage for a leaf element config recorded during stage 1.
The concrete type is recovered at replay time using a LeafConfigList chain.
Trait Implementations§
Source§impl Clone for LeafConfigData
impl Clone for LeafConfigData
Source§fn clone(&self) -> LeafConfigData
fn clone(&self) -> LeafConfigData
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 LeafConfigData
impl Debug for LeafConfigData
Source§impl<'de> Deserialize<'de> for LeafConfigData
impl<'de> Deserialize<'de> for LeafConfigData
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
Auto Trait Implementations§
impl Freeze for LeafConfigData
impl RefUnwindSafe for LeafConfigData
impl Send for LeafConfigData
impl Sync for LeafConfigData
impl Unpin for LeafConfigData
impl UnsafeUnpin for LeafConfigData
impl UnwindSafe for LeafConfigData
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