pub struct ServiceInstanceDirectory(pub DirectoryProxy);
Expand description
This wraps an instance directory for a service capability and provides the MemberOpener trait for it. This can be boxed and used with a |ServiceProxy::from_member_opener|.
Tuple Fields§
§0: DirectoryProxy
Auto Trait Implementations§
impl Freeze for ServiceInstanceDirectory
impl !RefUnwindSafe for ServiceInstanceDirectory
impl Send for ServiceInstanceDirectory
impl Sync for ServiceInstanceDirectory
impl Unpin for ServiceInstanceDirectory
impl !UnwindSafe for ServiceInstanceDirectory
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