pub struct ActivationRegistry {
pub activations: Vec<String>,
}Expand description
Activation info needed for generating guided errors (DEPRECATED - kept for backwards compat)
Fields§
§activations: Vec<String>List of available activation namespaces
Implementations§
Trait Implementations§
Source§impl Clone for ActivationRegistry
impl Clone for ActivationRegistry
Source§fn clone(&self) -> ActivationRegistry
fn clone(&self) -> ActivationRegistry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ActivationRegistry
impl RefUnwindSafe for ActivationRegistry
impl Send for ActivationRegistry
impl Sync for ActivationRegistry
impl Unpin for ActivationRegistry
impl UnsafeUnpin for ActivationRegistry
impl UnwindSafe for ActivationRegistry
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