pub enum AlphaFactoryStoreProviderRequest {
GetFactoryStore {
dir: ServerEnd<DirectoryMarker>,
control_handle: AlphaFactoryStoreProviderControlHandle,
},
}
Variants§
GetFactoryStore
Implementations§
Source§impl AlphaFactoryStoreProviderRequest
impl AlphaFactoryStoreProviderRequest
pub fn into_get_factory_store( self, ) -> Option<(ServerEnd<DirectoryMarker>, AlphaFactoryStoreProviderControlHandle)>
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 AlphaFactoryStoreProviderRequest
impl !RefUnwindSafe for AlphaFactoryStoreProviderRequest
impl Send for AlphaFactoryStoreProviderRequest
impl Sync for AlphaFactoryStoreProviderRequest
impl Unpin for AlphaFactoryStoreProviderRequest
impl !UnwindSafe for AlphaFactoryStoreProviderRequest
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