pub struct ExperimentalFeatures {
pub static_time: Option<Box<ExperimentalStaticTime>>,
pub command_inspection_service: Option<Box<ExperimentalCommandInspectionService>>,
}
Expand description
ExperimentalFeatures : See the feature message definitions for descriptions.
Fields§
§static_time: Option<Box<ExperimentalStaticTime>>
§command_inspection_service: Option<Box<ExperimentalCommandInspectionService>>
Implementations§
Source§impl ExperimentalFeatures
impl ExperimentalFeatures
Sourcepub fn new() -> ExperimentalFeatures
pub fn new() -> ExperimentalFeatures
See the feature message definitions for descriptions.
Trait Implementations§
Source§impl Clone for ExperimentalFeatures
impl Clone for ExperimentalFeatures
Source§fn clone(&self) -> ExperimentalFeatures
fn clone(&self) -> ExperimentalFeatures
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 ExperimentalFeatures
impl Debug for ExperimentalFeatures
Source§impl Default for ExperimentalFeatures
impl Default for ExperimentalFeatures
Source§fn default() -> ExperimentalFeatures
fn default() -> ExperimentalFeatures
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExperimentalFeatures
impl<'de> Deserialize<'de> for ExperimentalFeatures
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 ExperimentalFeatures
impl PartialEq for ExperimentalFeatures
Source§impl Serialize for ExperimentalFeatures
impl Serialize for ExperimentalFeatures
impl StructuralPartialEq for ExperimentalFeatures
Auto Trait Implementations§
impl Freeze for ExperimentalFeatures
impl RefUnwindSafe for ExperimentalFeatures
impl Send for ExperimentalFeatures
impl Sync for ExperimentalFeatures
impl Unpin for ExperimentalFeatures
impl UnwindSafe for ExperimentalFeatures
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