Struct aws_lambda_events::cloudwatch_events::trustedadvisor::CheckItemRefreshNotification
source · [−]pub struct CheckItemRefreshNotification {
pub check_name: String,
pub check_item_detail: HashMap<String, String>,
pub status: String,
pub resource_id: String,
pub uuid: String,
}Fields
check_name: Stringcheck_item_detail: HashMap<String, String>status: Stringresource_id: Stringuuid: StringTrait Implementations
sourceimpl Clone for CheckItemRefreshNotification
impl Clone for CheckItemRefreshNotification
sourcefn clone(&self) -> CheckItemRefreshNotification
fn clone(&self) -> CheckItemRefreshNotification
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 CheckItemRefreshNotification
impl Debug for CheckItemRefreshNotification
sourceimpl Default for CheckItemRefreshNotification
impl Default for CheckItemRefreshNotification
sourcefn default() -> CheckItemRefreshNotification
fn default() -> CheckItemRefreshNotification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CheckItemRefreshNotification
impl<'de> Deserialize<'de> for CheckItemRefreshNotification
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<CheckItemRefreshNotification> for CheckItemRefreshNotification
impl PartialEq<CheckItemRefreshNotification> for CheckItemRefreshNotification
sourcefn eq(&self, other: &CheckItemRefreshNotification) -> bool
fn eq(&self, other: &CheckItemRefreshNotification) -> bool
impl StructuralPartialEq for CheckItemRefreshNotification
Auto Trait Implementations
impl RefUnwindSafe for CheckItemRefreshNotification
impl Send for CheckItemRefreshNotification
impl Sync for CheckItemRefreshNotification
impl Unpin for CheckItemRefreshNotification
impl UnwindSafe for CheckItemRefreshNotification
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