pub enum ProcedureTokenRequest {}
Expand description
Represents an active procedure. The validity of a handle that supports this protocol is tied to the activity of the procedure that it is attached to. To elaborate:
- Closing a token handle ends the procedure that it is attached to.
- The system closes a token handle to communicate that a procedure was internally terminated.
Implementations§
Source§impl ProcedureTokenRequest
impl ProcedureTokenRequest
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 ProcedureTokenRequest
impl RefUnwindSafe for ProcedureTokenRequest
impl Send for ProcedureTokenRequest
impl Sync for ProcedureTokenRequest
impl Unpin for ProcedureTokenRequest
impl UnwindSafe for ProcedureTokenRequest
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