#[non_exhaustive]pub struct ListenerDescription { /* private fields */ }
Expand description
The policies enabled for a listener.
Implementations
sourceimpl ListenerDescription
impl ListenerDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListenerDescription
.
Trait Implementations
sourceimpl Clone for ListenerDescription
impl Clone for ListenerDescription
sourcefn clone(&self) -> ListenerDescription
fn clone(&self) -> ListenerDescription
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 ListenerDescription
impl Debug for ListenerDescription
sourceimpl PartialEq<ListenerDescription> for ListenerDescription
impl PartialEq<ListenerDescription> for ListenerDescription
sourcefn eq(&self, other: &ListenerDescription) -> bool
fn eq(&self, other: &ListenerDescription) -> bool
impl StructuralPartialEq for ListenerDescription
Auto Trait Implementations
impl RefUnwindSafe for ListenerDescription
impl Send for ListenerDescription
impl Sync for ListenerDescription
impl Unpin for ListenerDescription
impl UnwindSafe for ListenerDescription
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