pub enum DeleteFyiDeviceResponse {
Ok,
Unknown,
}Expand description
Response types for deleteFyiDevice
Variants§
Ok
200: No response message is returned. Instead, you will only receive an empty string with a 200 OK status code indicating a successfully deleted account.
Unknown
default: Unknown response
Trait Implementations§
Source§impl Clone for DeleteFyiDeviceResponse
impl Clone for DeleteFyiDeviceResponse
Source§fn clone(&self) -> DeleteFyiDeviceResponse
fn clone(&self) -> DeleteFyiDeviceResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeleteFyiDeviceResponse
impl RefUnwindSafe for DeleteFyiDeviceResponse
impl Send for DeleteFyiDeviceResponse
impl Sync for DeleteFyiDeviceResponse
impl Unpin for DeleteFyiDeviceResponse
impl UnsafeUnpin for DeleteFyiDeviceResponse
impl UnwindSafe for DeleteFyiDeviceResponse
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