pub struct PartnerEventSource {
pub name: String,
pub arn: String,
pub account: String,
pub creation_time: DateTime<Utc>,
pub expiration_time: Option<DateTime<Utc>>,
pub state: String,
}Fields§
§name: String§arn: String§account: String§creation_time: DateTime<Utc>§expiration_time: Option<DateTime<Utc>>§state: StringTrait Implementations§
Source§impl Clone for PartnerEventSource
impl Clone for PartnerEventSource
Source§fn clone(&self) -> PartnerEventSource
fn clone(&self) -> PartnerEventSource
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 PartnerEventSource
impl Debug for PartnerEventSource
Source§impl<'de> Deserialize<'de> for PartnerEventSource
impl<'de> Deserialize<'de> for PartnerEventSource
Source§fn 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
Auto Trait Implementations§
impl Freeze for PartnerEventSource
impl RefUnwindSafe for PartnerEventSource
impl Send for PartnerEventSource
impl Sync for PartnerEventSource
impl Unpin for PartnerEventSource
impl UnsafeUnpin for PartnerEventSource
impl UnwindSafe for PartnerEventSource
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