pub struct RegistryManager { /* private fields */ }
Implementations§
Source§impl RegistryManager
impl RegistryManager
pub fn new(list: Vec<RegistryItem>) -> RegistryManager
pub fn max_same_len(&self) -> usize
pub fn get(&self, registry: &str) -> Vec<String>
Trait Implementations§
Source§impl Clone for RegistryManager
impl Clone for RegistryManager
Source§fn clone(&self) -> RegistryManager
fn clone(&self) -> RegistryManager
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RegistryManager
impl RefUnwindSafe for RegistryManager
impl Send for RegistryManager
impl Sync for RegistryManager
impl Unpin for RegistryManager
impl UnwindSafe for RegistryManager
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