pub struct CloudFront;Trait Implementations§
Source§impl Clone for CloudFront
impl Clone for CloudFront
Source§fn clone(&self) -> CloudFront
fn clone(&self) -> CloudFront
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 moreSource§impl Debug for CloudFront
impl Debug for CloudFront
Source§impl Serialize for CloudFront
impl Serialize for CloudFront
impl Copy for CloudFront
Auto Trait Implementations§
impl Freeze for CloudFront
impl RefUnwindSafe for CloudFront
impl Send for CloudFront
impl Sync for CloudFront
impl Unpin for CloudFront
impl UnwindSafe for CloudFront
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