Struct aws_lambda_events::cloudwatch_events::glue::CrawlerFailed
source · [−]pub struct CrawlerFailed {
pub crawler_name: String,
pub error_message: String,
pub account_id: String,
pub cloud_watch_log_link: String,
pub state: String,
pub message: String,
}Fields
crawler_name: Stringerror_message: Stringaccount_id: Stringcloud_watch_log_link: Stringstate: Stringmessage: StringTrait Implementations
sourceimpl Clone for CrawlerFailed
impl Clone for CrawlerFailed
sourcefn clone(&self) -> CrawlerFailed
fn clone(&self) -> CrawlerFailed
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CrawlerFailed
impl Debug for CrawlerFailed
sourceimpl Default for CrawlerFailed
impl Default for CrawlerFailed
sourcefn default() -> CrawlerFailed
fn default() -> CrawlerFailed
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CrawlerFailed
impl<'de> Deserialize<'de> for CrawlerFailed
sourcefn 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
sourceimpl PartialEq<CrawlerFailed> for CrawlerFailed
impl PartialEq<CrawlerFailed> for CrawlerFailed
sourcefn eq(&self, other: &CrawlerFailed) -> bool
fn eq(&self, other: &CrawlerFailed) -> bool
sourceimpl Serialize for CrawlerFailed
impl Serialize for CrawlerFailed
impl StructuralPartialEq for CrawlerFailed
Auto Trait Implementations
impl RefUnwindSafe for CrawlerFailed
impl Send for CrawlerFailed
impl Sync for CrawlerFailed
impl Unpin for CrawlerFailed
impl UnwindSafe for CrawlerFailed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more