Struct aws_sdk_cloudfront::model::Headers
source · [−]#[non_exhaustive]pub struct Headers { /* private fields */ }
Expand description
Contains a list of HTTP header names.
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more