pub enum WeaveFactoryStoreProviderRequest {
GetFactoryStore {
dir: ServerEnd<DirectoryMarker>,
control_handle: WeaveFactoryStoreProviderControlHandle,
},
}
Expand description
This protocol exposes a method to connect to a directory containing Weave-specific factory data: public certificates, signing keys, and identity files for interoperation with a Weave-based home-area-network.
Variants§
GetFactoryStore
Implementations§
Source§impl WeaveFactoryStoreProviderRequest
impl WeaveFactoryStoreProviderRequest
pub fn into_get_factory_store( self, ) -> Option<(ServerEnd<DirectoryMarker>, WeaveFactoryStoreProviderControlHandle)>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeaveFactoryStoreProviderRequest
impl !RefUnwindSafe for WeaveFactoryStoreProviderRequest
impl Send for WeaveFactoryStoreProviderRequest
impl Sync for WeaveFactoryStoreProviderRequest
impl Unpin for WeaveFactoryStoreProviderRequest
impl !UnwindSafe for WeaveFactoryStoreProviderRequest
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