pub enum ProfileResourceRequest {
Get {
responder: ProfileResourceGetResponder,
},
}
Expand description
Protocol for providing a ZX_RSRC_KIND_SYSTEM
with base
ZX_RSRC_SYSTEM_PROFILE_BASE
.
Variants§
Implementations§
Source§impl ProfileResourceRequest
impl ProfileResourceRequest
pub fn into_get(self) -> Option<ProfileResourceGetResponder>
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 ProfileResourceRequest
impl !RefUnwindSafe for ProfileResourceRequest
impl Send for ProfileResourceRequest
impl Sync for ProfileResourceRequest
impl Unpin for ProfileResourceRequest
impl !UnwindSafe for ProfileResourceRequest
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