#[non_exhaustive]pub struct ListenerDescription { /* private fields */ }
Expand description
The policies enabled for a listener.
Implementations§
source§impl ListenerDescription
impl ListenerDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListenerDescription
.
Trait Implementations§
source§impl Clone for ListenerDescription
impl Clone for ListenerDescription
source§fn clone(&self) -> ListenerDescription
fn clone(&self) -> ListenerDescription
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListenerDescription
impl Debug for ListenerDescription
source§impl PartialEq<ListenerDescription> for ListenerDescription
impl PartialEq<ListenerDescription> for ListenerDescription
source§fn eq(&self, other: &ListenerDescription) -> bool
fn eq(&self, other: &ListenerDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.