Struct aws_sdk_cloudfront::types::Headers
source · #[non_exhaustive]pub struct Headers { /* private fields */ }Expand description
Contains a list of HTTP header names.
Implementations§
Trait Implementations§
source§impl PartialEq<Headers> for Headers
impl PartialEq<Headers> for Headers
impl StructuralPartialEq for Headers
Auto Trait Implementations§
impl RefUnwindSafe for Headers
impl Send for Headers
impl Sync for Headers
impl Unpin for Headers
impl UnwindSafe for Headers
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