pub enum ConfiguredInterfaceLifecycle {
Persistent,
BootstrapOnly,
}Variants§
Trait Implementations§
Source§impl Clone for ConfiguredInterfaceLifecycle
impl Clone for ConfiguredInterfaceLifecycle
Source§fn clone(&self) -> ConfiguredInterfaceLifecycle
fn clone(&self) -> ConfiguredInterfaceLifecycle
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 ConfiguredInterfaceLifecycle
Source§impl Debug for ConfiguredInterfaceLifecycle
impl Debug for ConfiguredInterfaceLifecycle
impl Eq for ConfiguredInterfaceLifecycle
impl StructuralPartialEq for ConfiguredInterfaceLifecycle
Auto Trait Implementations§
impl Freeze for ConfiguredInterfaceLifecycle
impl RefUnwindSafe for ConfiguredInterfaceLifecycle
impl Send for ConfiguredInterfaceLifecycle
impl Sync for ConfiguredInterfaceLifecycle
impl Unpin for ConfiguredInterfaceLifecycle
impl UnsafeUnpin for ConfiguredInterfaceLifecycle
impl UnwindSafe for ConfiguredInterfaceLifecycle
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