pub enum RegistryType {
Starnix,
Fuchsia,
}
Variants§
Auto Trait Implementations§
impl Freeze for RegistryType
impl RefUnwindSafe for RegistryType
impl Send for RegistryType
impl Sync for RegistryType
impl Unpin for RegistryType
impl UnwindSafe for RegistryType
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