#[non_exhaustive]pub struct BackendServerDescription { /* private fields */ }
Expand description
Information about the configuration of an EC2 instance.
Implementations
sourceimpl BackendServerDescription
impl BackendServerDescription
sourcepub fn instance_port(&self) -> i32
pub fn instance_port(&self) -> i32
The port on which the EC2 instance is listening.
sourcepub fn policy_names(&self) -> Option<&[String]>
pub fn policy_names(&self) -> Option<&[String]>
The names of the policies enabled for the EC2 instance.
sourceimpl BackendServerDescription
impl BackendServerDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackendServerDescription
.
Trait Implementations
sourceimpl Clone for BackendServerDescription
impl Clone for BackendServerDescription
sourcefn clone(&self) -> BackendServerDescription
fn clone(&self) -> BackendServerDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BackendServerDescription
impl Debug for BackendServerDescription
sourceimpl PartialEq<BackendServerDescription> for BackendServerDescription
impl PartialEq<BackendServerDescription> for BackendServerDescription
sourcefn eq(&self, other: &BackendServerDescription) -> bool
fn eq(&self, other: &BackendServerDescription) -> bool
impl StructuralPartialEq for BackendServerDescription
Auto Trait Implementations
impl RefUnwindSafe for BackendServerDescription
impl Send for BackendServerDescription
impl Sync for BackendServerDescription
impl Unpin for BackendServerDescription
impl UnwindSafe for BackendServerDescription
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