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