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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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