pub struct SignalSource {
pub row_id: String,
pub pointer: String,
}Expand description
Risk signal source identifier and location.
Fields§
§row_id: StringUUID of the vendor response row.
pointer: StringJSON path of the signal in the vendor response.
Trait Implementations§
Source§impl Clone for SignalSource
impl Clone for SignalSource
Source§fn clone(&self) -> SignalSource
fn clone(&self) -> SignalSource
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 SignalSource
impl Debug for SignalSource
Source§impl<'de> Deserialize<'de> for SignalSource
impl<'de> Deserialize<'de> for SignalSource
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 SignalSource
impl RefUnwindSafe for SignalSource
impl Send for SignalSource
impl Sync for SignalSource
impl Unpin for SignalSource
impl UnsafeUnpin for SignalSource
impl UnwindSafe for SignalSource
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