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