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