pub enum ContextRequest {
GetEnviron {
responder: ContextGetEnvironResponder,
},
}
Variants§
GetEnviron
Returns the environment set for this component.
Fields
§
responder: ContextGetEnvironResponder
Implementations§
Source§impl ContextRequest
impl ContextRequest
pub fn into_get_environ(self) -> Option<ContextGetEnvironResponder>
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 ContextRequest
impl !RefUnwindSafe for ContextRequest
impl Send for ContextRequest
impl Sync for ContextRequest
impl Unpin for ContextRequest
impl !UnwindSafe for ContextRequest
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