pub struct NamespacedAlias {
pub namespace: Namespace,
pub alias: String,
}
Expand description
A pair of namespace and alias as available in the database.
Fields§
§namespace: Namespace
§alias: String
Trait Implementations§
Source§impl Clone for NamespacedAlias
impl Clone for NamespacedAlias
Source§fn clone(&self) -> NamespacedAlias
fn clone(&self) -> NamespacedAlias
Returns a copy 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 moreSource§impl Debug for NamespacedAlias
impl Debug for NamespacedAlias
Source§impl PartialEq for NamespacedAlias
impl PartialEq for NamespacedAlias
impl Eq for NamespacedAlias
impl StructuralPartialEq for NamespacedAlias
Auto Trait Implementations§
impl Freeze for NamespacedAlias
impl RefUnwindSafe for NamespacedAlias
impl Send for NamespacedAlias
impl Sync for NamespacedAlias
impl Unpin for NamespacedAlias
impl UnwindSafe for NamespacedAlias
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