Struct grid_sdk::protocol::track_and_trace::payload::CreateRecordAction [−][src]
pub struct CreateRecordAction { /* fields omitted */ }Implementations
Trait Implementations
fn from_native(
create_record_action: CreateRecordAction
) -> Result<Self, ProtoConversionError>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateRecordAction
impl Send for CreateRecordAction
impl Sync for CreateRecordAction
impl Unpin for CreateRecordAction
impl UnwindSafe for CreateRecordAction
Blanket Implementations
Mutably borrows from an owned value. Read more