pub struct Aka { /* private fields */ }Expand description
A structure to manage alternative names for entities
Implementations§
Source§impl Aka
impl Aka
Sourcepub fn get_alternative_names<'a>(&'a self, name: &str) -> AlternativeNames<'a>
pub fn get_alternative_names<'a>(&'a self, name: &str) -> AlternativeNames<'a>
Get the list of alternative names for an entity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aka
impl RefUnwindSafe for Aka
impl Send for Aka
impl Sync for Aka
impl Unpin for Aka
impl UnsafeUnpin for Aka
impl UnwindSafe for Aka
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