Struct aws_sdk_cloudfront::model::Origins
source · [−]#[non_exhaustive]pub struct Origins { /* private fields */ }
Expand description
Contains information about the origins for this distribution.
Implementations
Trait Implementations
impl StructuralPartialEq for Origins
Auto Trait Implementations
impl RefUnwindSafe for Origins
impl Send for Origins
impl Sync for Origins
impl Unpin for Origins
impl UnwindSafe for Origins
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