pub struct DatapointSubtype {
pub datapoint_type: Arc<DatapointType>,
pub id: String,
pub dpt: DPT,
pub name: String,
pub text: Option<String>,
pub formats: Vec<Format>,
pub default: Option<String>,
}Fields§
§datapoint_type: Arc<DatapointType>§id: String§dpt: DPT§name: String§text: Option<String>§formats: Vec<Format>§default: Option<String>Trait Implementations§
Source§impl Clone for DatapointSubtype
impl Clone for DatapointSubtype
Source§fn clone(&self) -> DatapointSubtype
fn clone(&self) -> DatapointSubtype
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 moreAuto Trait Implementations§
impl Freeze for DatapointSubtype
impl RefUnwindSafe for DatapointSubtype
impl Send for DatapointSubtype
impl Sync for DatapointSubtype
impl Unpin for DatapointSubtype
impl UnwindSafe for DatapointSubtype
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