pub struct Namespaces { /* private fields */ }Implementations§
Source§impl Namespaces
impl Namespaces
pub fn new() -> Self
pub fn push(&mut self, namespace: NamespaceInfo)
pub fn iter(&self) -> impl Iterator<Item = &NamespaceInfo>
Trait Implementations§
Source§impl Clone for Namespaces
impl Clone for Namespaces
Source§fn clone(&self) -> Namespaces
fn clone(&self) -> Namespaces
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 Namespaces
impl Debug for Namespaces
Source§impl Default for Namespaces
impl Default for Namespaces
Source§impl<'de> Deserialize<'de> for Namespaces
impl<'de> Deserialize<'de> for Namespaces
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoIterator for Namespaces
impl IntoIterator for Namespaces
Source§impl Serialize for Namespaces
impl Serialize for Namespaces
Auto Trait Implementations§
impl Freeze for Namespaces
impl RefUnwindSafe for Namespaces
impl Send for Namespaces
impl Sync for Namespaces
impl Unpin for Namespaces
impl UnwindSafe for Namespaces
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