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