Struct aws_sdk_elasticloadbalancingv2::model::Cipher
source · [−]#[non_exhaustive]pub struct Cipher { /* private fields */ }
Expand description
Information about a cipher used in a policy.
Implementations
Trait Implementations
impl StructuralPartialEq for Cipher
Auto Trait Implementations
impl RefUnwindSafe for Cipher
impl Send for Cipher
impl Sync for Cipher
impl Unpin for Cipher
impl UnwindSafe for Cipher
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