pub struct SigmaScheduledQueryRunError {
pub message: String,
}
Fields§
§message: String
Information 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 · 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
Source§impl FromValueOpt for SigmaScheduledQueryRunError
impl FromValueOpt for SigmaScheduledQueryRunError
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SigmaScheduledQueryRunError
impl RefUnwindSafe for SigmaScheduledQueryRunError
impl Send for SigmaScheduledQueryRunError
impl Sync for SigmaScheduledQueryRunError
impl Unpin 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