pub struct NamespaceRegistryList { /* private fields */ }Implementations§
Source§impl NamespaceRegistryList
impl NamespaceRegistryList
pub fn registries(&self) -> &[NamespaceRegistry]
Trait Implementations§
Source§impl Clone for NamespaceRegistryList
impl Clone for NamespaceRegistryList
Source§fn clone(&self) -> NamespaceRegistryList
fn clone(&self) -> NamespaceRegistryList
Returns a duplicate 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 NamespaceRegistryList
impl Debug for NamespaceRegistryList
Source§impl Default for NamespaceRegistryList
impl Default for NamespaceRegistryList
Source§fn default() -> NamespaceRegistryList
fn default() -> NamespaceRegistryList
Returns the “default value” for a type. Read more
Source§impl FromBytes<NamespaceRegistryList> for NamespaceRegistryList
impl FromBytes<NamespaceRegistryList> for NamespaceRegistryList
fn from_bytes( bytes: &[u8], ) -> Result<NamespaceRegistryList, ProtoConversionError>
Source§impl FromNative<NamespaceRegistryList> for NamespaceRegistryList
impl FromNative<NamespaceRegistryList> for NamespaceRegistryList
fn from_native( namespace_registry_list: NamespaceRegistryList, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<NamespaceRegistryList> for NamespaceRegistryList
impl FromProto<NamespaceRegistryList> for NamespaceRegistryList
fn from_proto( proto: NamespaceRegistryList, ) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for NamespaceRegistryList
impl IntoBytes for NamespaceRegistryList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<NamespaceRegistryList> for NamespaceRegistryList
impl IntoNative<NamespaceRegistryList> for NamespaceRegistryList
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<NamespaceRegistryList> for NamespaceRegistryList
impl IntoProto<NamespaceRegistryList> for NamespaceRegistryList
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for NamespaceRegistryList
impl PartialEq for NamespaceRegistryList
impl StructuralPartialEq for NamespaceRegistryList
Auto Trait Implementations§
impl Freeze for NamespaceRegistryList
impl RefUnwindSafe for NamespaceRegistryList
impl Send for NamespaceRegistryList
impl Sync for NamespaceRegistryList
impl Unpin for NamespaceRegistryList
impl UnwindSafe for NamespaceRegistryList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.Source§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.