pub struct PullTimeExclusion {
pub principal_arn: String,
pub registered_at: DateTime<Utc>,
}Fields§
§principal_arn: String§registered_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for PullTimeExclusion
impl Clone for PullTimeExclusion
Source§fn clone(&self) -> PullTimeExclusion
fn clone(&self) -> PullTimeExclusion
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 PullTimeExclusion
impl Debug for PullTimeExclusion
Source§impl<'de> Deserialize<'de> for PullTimeExclusion
impl<'de> Deserialize<'de> for PullTimeExclusion
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 PullTimeExclusion
impl RefUnwindSafe for PullTimeExclusion
impl Send for PullTimeExclusion
impl Sync for PullTimeExclusion
impl Unpin for PullTimeExclusion
impl UnsafeUnpin for PullTimeExclusion
impl UnwindSafe for PullTimeExclusion
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