pub struct CurveMapping {
pub source_key: String,
pub id: Uuid,
pub sensor_id: Uuid,
pub superseded: bool,
}Expand description
The API-side identity a registered curve resolved to.
Fields§
§source_key: String§id: Uuid§sensor_id: Uuid§superseded: boolTrait Implementations§
Source§impl Clone for CurveMapping
impl Clone for CurveMapping
Source§fn clone(&self) -> CurveMapping
fn clone(&self) -> CurveMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CurveMapping
impl RefUnwindSafe for CurveMapping
impl Send for CurveMapping
impl Sync for CurveMapping
impl Unpin for CurveMapping
impl UnsafeUnpin for CurveMapping
impl UnwindSafe for CurveMapping
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