pub struct LeafConfigListNil;Expand description
Terminal node of a LeafConfigList chain (empty list).
Trait Implementations§
Source§impl Clone for LeafConfigListNil
impl Clone for LeafConfigListNil
Source§fn clone(&self) -> LeafConfigListNil
fn clone(&self) -> LeafConfigListNil
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 moreimpl Copy for LeafConfigListNil
Source§impl Debug for LeafConfigListNil
impl Debug for LeafConfigListNil
Source§impl<Configurer, ConfigType> LeafConfigListCompatible<Configurer, ConfigType> for LeafConfigListNilwhere
Configurer: ConfigureElements<ConfigType>,
impl<Configurer, ConfigType> LeafConfigListCompatible<Configurer, ConfigType> for LeafConfigListNilwhere
Configurer: ConfigureElements<ConfigType>,
Source§fn configure(
_data: &LeafConfigData,
_configurer: &mut OpenLeafElement<'_, Configurer, ConfigType>,
)
fn configure( _data: &LeafConfigData, _configurer: &mut OpenLeafElement<'_, Configurer, ConfigType>, )
Applies a leaf config blob to an open leaf element.
Source§fn configure_open(
_data: &LeafConfigData,
configurer: OpenElement<'_, Configurer, ConfigType>,
)
fn configure_open( _data: &LeafConfigData, configurer: OpenElement<'_, Configurer, ConfigType>, )
Applies a leaf config blob to an open element (consuming it).
Auto Trait Implementations§
impl Freeze for LeafConfigListNil
impl RefUnwindSafe for LeafConfigListNil
impl Send for LeafConfigListNil
impl Sync for LeafConfigListNil
impl Unpin for LeafConfigListNil
impl UnsafeUnpin for LeafConfigListNil
impl UnwindSafe for LeafConfigListNil
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