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