pub enum CloseControllerRequest {}
Expand description
Protocol for receiving an event when a tool terminates.
Implementations§
Source§impl CloseControllerRequest
impl CloseControllerRequest
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 CloseControllerRequest
impl RefUnwindSafe for CloseControllerRequest
impl Send for CloseControllerRequest
impl Sync for CloseControllerRequest
impl Unpin for CloseControllerRequest
impl UnwindSafe for CloseControllerRequest
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