pub struct ReloadControllerLibrariesReq {
pub force_kill: bool,
}Fields§
§force_kill: boolTrait Implementations§
Source§impl Clone for ReloadControllerLibrariesReq
impl Clone for ReloadControllerLibrariesReq
Source§fn clone(&self) -> ReloadControllerLibrariesReq
fn clone(&self) -> ReloadControllerLibrariesReq
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 ReloadControllerLibrariesReq
impl Debug for ReloadControllerLibrariesReq
Source§impl<'de> Deserialize<'de> for ReloadControllerLibrariesReq
impl<'de> Deserialize<'de> for ReloadControllerLibrariesReq
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 ReloadControllerLibrariesReq
impl PartialEq for ReloadControllerLibrariesReq
Source§fn eq(&self, other: &ReloadControllerLibrariesReq) -> bool
fn eq(&self, other: &ReloadControllerLibrariesReq) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for ReloadControllerLibrariesReq
impl StructuralPartialEq for ReloadControllerLibrariesReq
Auto Trait Implementations§
impl Freeze for ReloadControllerLibrariesReq
impl RefUnwindSafe for ReloadControllerLibrariesReq
impl Send for ReloadControllerLibrariesReq
impl Sync for ReloadControllerLibrariesReq
impl Unpin for ReloadControllerLibrariesReq
impl UnwindSafe for ReloadControllerLibrariesReq
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