pub struct AliasMap { /* private fields */ }Implementations§
Source§impl AliasMap
impl AliasMap
pub fn from_storage(storage: &ConfigStorage) -> Self
pub fn from_entries(entries: Vec<AliasEntry>) -> Self
pub fn aliases_for(&self, upstream: &str) -> Vec<String>
Auto Trait Implementations§
impl Freeze for AliasMap
impl RefUnwindSafe for AliasMap
impl Send for AliasMap
impl Sync for AliasMap
impl Unpin for AliasMap
impl UnsafeUnpin for AliasMap
impl UnwindSafe for AliasMap
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