pub struct SigmaScheduledQueryRunError {
pub message: String,
}Fields§
§message: StringInformation about the run failure.
Trait Implementations§
Source§impl Clone for SigmaScheduledQueryRunError
impl Clone for SigmaScheduledQueryRunError
Source§fn clone(&self) -> SigmaScheduledQueryRunError
fn clone(&self) -> SigmaScheduledQueryRunError
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 SigmaScheduledQueryRunError
impl Debug for SigmaScheduledQueryRunError
impl Eq for SigmaScheduledQueryRunError
Source§impl FromValueOpt for SigmaScheduledQueryRunError
impl FromValueOpt for SigmaScheduledQueryRunError
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for SigmaScheduledQueryRunError
Auto Trait Implementations§
impl Freeze for SigmaScheduledQueryRunError
impl RefUnwindSafe for SigmaScheduledQueryRunError
impl Send for SigmaScheduledQueryRunError
impl Sync for SigmaScheduledQueryRunError
impl Unpin for SigmaScheduledQueryRunError
impl UnsafeUnpin for SigmaScheduledQueryRunError
impl UnwindSafe for SigmaScheduledQueryRunError
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