pub struct StorageDeclAsRegistration { /* private fields */ }
Expand description
Intermediate type to masquerade as Registration-style routing start point for the storage backing directory capability.
Trait Implementations§
Source§impl Clone for StorageDeclAsRegistration
impl Clone for StorageDeclAsRegistration
Source§fn clone(&self) -> StorageDeclAsRegistration
fn clone(&self) -> StorageDeclAsRegistration
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 StorageDeclAsRegistration
impl Debug for StorageDeclAsRegistration
Source§impl ErrorNotFoundFromParent for StorageDeclAsRegistration
impl ErrorNotFoundFromParent for StorageDeclAsRegistration
fn error_not_found_from_parent( moniker: Moniker, capability_name: Name, ) -> RoutingError
Source§impl ErrorNotFoundInChild for StorageDeclAsRegistration
impl ErrorNotFoundInChild for StorageDeclAsRegistration
fn error_not_found_in_child( moniker: Moniker, child_moniker: ChildName, capability_name: Name, ) -> RoutingError
Source§impl From<StorageDecl> for StorageDeclAsRegistration
impl From<StorageDecl> for StorageDeclAsRegistration
Source§fn from(decl: StorageDecl) -> Self
fn from(decl: StorageDecl) -> Self
Converts to this type from the input type.
Source§impl From<StorageDeclAsRegistration> for RegistrationDecl
impl From<StorageDeclAsRegistration> for RegistrationDecl
Source§fn from(f: StorageDeclAsRegistration) -> Self
fn from(f: StorageDeclAsRegistration) -> Self
Converts to this type from the input type.
Source§impl FromEnum<RegistrationDecl> for StorageDeclAsRegistration
impl FromEnum<RegistrationDecl> for StorageDeclAsRegistration
fn from_enum(e: &RegistrationDecl) -> Option<&Self>
Source§impl SourceName for StorageDeclAsRegistration
impl SourceName for StorageDeclAsRegistration
fn source_name(&self) -> &Name
impl Eq for StorageDeclAsRegistration
impl StructuralPartialEq for StorageDeclAsRegistration
Auto Trait Implementations§
impl Freeze for StorageDeclAsRegistration
impl RefUnwindSafe for StorageDeclAsRegistration
impl Send for StorageDeclAsRegistration
impl Sync for StorageDeclAsRegistration
impl Unpin for StorageDeclAsRegistration
impl UnwindSafe for StorageDeclAsRegistration
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)