pub enum RealmExplorerRequest {}
Expand description
Offers basic introspection into component instances under a realm.
Implementations§
Source§impl RealmExplorerRequest
impl RealmExplorerRequest
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 RealmExplorerRequest
impl RefUnwindSafe for RealmExplorerRequest
impl Send for RealmExplorerRequest
impl Sync for RealmExplorerRequest
impl Unpin for RealmExplorerRequest
impl UnwindSafe for RealmExplorerRequest
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