pub struct SampleStateRequest {
pub event_id: Key,
pub sample_id: Key,
pub state: SampleState,
pub reason: String,
}Fields§
§event_id: Key§sample_id: Key§state: SampleState§reason: StringTrait Implementations§
Source§impl Clone for SampleStateRequest
impl Clone for SampleStateRequest
Source§fn clone(&self) -> SampleStateRequest
fn clone(&self) -> SampleStateRequest
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 moreSource§impl Debug for SampleStateRequest
impl Debug for SampleStateRequest
impl Eq for SampleStateRequest
Source§impl PartialEq for SampleStateRequest
impl PartialEq for SampleStateRequest
impl StructuralPartialEq for SampleStateRequest
Auto Trait Implementations§
impl Freeze for SampleStateRequest
impl RefUnwindSafe for SampleStateRequest
impl Send for SampleStateRequest
impl Sync for SampleStateRequest
impl Unpin for SampleStateRequest
impl UnsafeUnpin for SampleStateRequest
impl UnwindSafe for SampleStateRequest
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