pub struct NamespacesList {
pub namespaces: Vec<HostedNamespaceInfo>,
}Fields§
§namespaces: Vec<HostedNamespaceInfo>Trait Implementations§
Source§impl Clone for NamespacesList
impl Clone for NamespacesList
Source§fn clone(&self) -> NamespacesList
fn clone(&self) -> NamespacesList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NamespacesList
impl Debug for NamespacesList
Source§impl<'de> Deserialize<'de> for NamespacesList
impl<'de> Deserialize<'de> for NamespacesList
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
Auto Trait Implementations§
impl Freeze for NamespacesList
impl RefUnwindSafe for NamespacesList
impl Send for NamespacesList
impl Sync for NamespacesList
impl Unpin for NamespacesList
impl UnsafeUnpin for NamespacesList
impl UnwindSafe for NamespacesList
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