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