pub struct UIUnregisterDirectAutoModeSwitchHandlerRequest {
pub handle: String,
}Expand description
Opaque handle previously returned by registerDirectAutoModeSwitchHandler to release.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§handle: StringHandle previously returned by registerDirectAutoModeSwitchHandler
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl<'de> Deserialize<'de> for UIUnregisterDirectAutoModeSwitchHandlerRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl RefUnwindSafe for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl Send for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl Sync for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl Unpin for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl UnsafeUnpin for UIUnregisterDirectAutoModeSwitchHandlerRequest
impl UnwindSafe for UIUnregisterDirectAutoModeSwitchHandlerRequest
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