pub struct Listener {
pub port: Option<i64>,
pub protocol: Option<String>,
}
Expand description
Describes the properties of a Listener for the LoadBalancer.
Fields§
§port: Option<i64>
The port that is used by the Listener.
protocol: Option<String>
The protocol that is used by the Listener.
Trait Implementations§
impl StructuralPartialEq for Listener
Auto Trait Implementations§
impl Freeze for Listener
impl RefUnwindSafe for Listener
impl Send for Listener
impl Sync for Listener
impl Unpin for Listener
impl UnwindSafe for Listener
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