pub enum ManifestProviderRequest {
GetManifest {
responder: ManifestProviderGetManifestResponder,
},
}Variants§
GetManifest
Fields
§
responder: ManifestProviderGetManifestResponderImplementations§
Source§impl ManifestProviderRequest
impl ManifestProviderRequest
pub fn into_get_manifest(self) -> Option<ManifestProviderGetManifestResponder>
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 ManifestProviderRequest
impl !RefUnwindSafe for ManifestProviderRequest
impl Send for ManifestProviderRequest
impl Sync for ManifestProviderRequest
impl Unpin for ManifestProviderRequest
impl !UnwindSafe for ManifestProviderRequest
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