pub struct GeneratedPresetDefinition {
pub devices: usize,
pub points_per_device: usize,
pub datastore: Option<DatastoreSelector>,
}Expand description
Generated quickstart preset replacing the old numeric CLI surface.
Fields§
§devices: usize§points_per_device: usize§datastore: Option<DatastoreSelector>Trait Implementations§
Source§impl Clone for GeneratedPresetDefinition
impl Clone for GeneratedPresetDefinition
Source§fn clone(&self) -> GeneratedPresetDefinition
fn clone(&self) -> GeneratedPresetDefinition
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 GeneratedPresetDefinition
impl Debug for GeneratedPresetDefinition
Source§impl<'de> Deserialize<'de> for GeneratedPresetDefinition
impl<'de> Deserialize<'de> for GeneratedPresetDefinition
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
Auto Trait Implementations§
impl Freeze for GeneratedPresetDefinition
impl RefUnwindSafe for GeneratedPresetDefinition
impl Send for GeneratedPresetDefinition
impl Sync for GeneratedPresetDefinition
impl Unpin for GeneratedPresetDefinition
impl UnsafeUnpin for GeneratedPresetDefinition
impl UnwindSafe for GeneratedPresetDefinition
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