pub struct CorrelationSignal {
pub signal_type: String,
pub weight: u32,
pub detail: String,
}Fields§
§signal_type: String§weight: u32§detail: StringTrait Implementations§
Source§impl Clone for CorrelationSignal
impl Clone for CorrelationSignal
Source§fn clone(&self) -> CorrelationSignal
fn clone(&self) -> CorrelationSignal
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 CorrelationSignal
impl Debug for CorrelationSignal
Auto Trait Implementations§
impl Freeze for CorrelationSignal
impl RefUnwindSafe for CorrelationSignal
impl Send for CorrelationSignal
impl Sync for CorrelationSignal
impl Unpin for CorrelationSignal
impl UnsafeUnpin for CorrelationSignal
impl UnwindSafe for CorrelationSignal
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