pub enum RootJobForInspectRequest {
Get {
responder: RootJobForInspectGetResponder,
},
}
Expand description
Protocol for providing the root job with restricted rights, specifically: INSPECT | ENUMERATE | DUPLICATE | TRANSFER
Variants§
Implementations§
Source§impl RootJobForInspectRequest
impl RootJobForInspectRequest
pub fn into_get(self) -> Option<RootJobForInspectGetResponder>
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 RootJobForInspectRequest
impl !RefUnwindSafe for RootJobForInspectRequest
impl Send for RootJobForInspectRequest
impl Sync for RootJobForInspectRequest
impl Unpin for RootJobForInspectRequest
impl !UnwindSafe for RootJobForInspectRequest
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