pub struct UnloadControllerResponse {
pub ok: bool,
}
Fields§
§ok: bool
Trait Implementations§
Source§impl Clone for UnloadControllerResponse
impl Clone for UnloadControllerResponse
Source§fn clone(&self) -> UnloadControllerResponse
fn clone(&self) -> UnloadControllerResponse
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 moreSource§impl Debug for UnloadControllerResponse
impl Debug for UnloadControllerResponse
Source§impl Default for UnloadControllerResponse
impl Default for UnloadControllerResponse
Source§impl<'de> Deserialize<'de> for UnloadControllerResponse
impl<'de> Deserialize<'de> for UnloadControllerResponse
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
Source§impl PartialEq for UnloadControllerResponse
impl PartialEq for UnloadControllerResponse
Source§impl Serialize for UnloadControllerResponse
impl Serialize for UnloadControllerResponse
impl Message for UnloadControllerResponse
impl StructuralPartialEq for UnloadControllerResponse
Auto Trait Implementations§
impl Freeze for UnloadControllerResponse
impl RefUnwindSafe for UnloadControllerResponse
impl Send for UnloadControllerResponse
impl Sync for UnloadControllerResponse
impl Unpin for UnloadControllerResponse
impl UnwindSafe for UnloadControllerResponse
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