pub struct OutputEndpointStatus { /* private fields */ }Implementations§
Source§impl OutputEndpointStatus
impl OutputEndpointStatus
pub fn config<T>(self, value: T) -> Self
pub fn endpoint_name<T>(self, value: T) -> Self
pub fn fatal_error<T>(self, value: T) -> Self
pub fn metrics<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for OutputEndpointStatus
impl Clone for OutputEndpointStatus
Source§fn clone(&self) -> OutputEndpointStatus
fn clone(&self) -> OutputEndpointStatus
Returns a duplicate 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 OutputEndpointStatus
impl Debug for OutputEndpointStatus
Source§impl Default for OutputEndpointStatus
impl Default for OutputEndpointStatus
Source§impl From<OutputEndpointStatus> for OutputEndpointStatus
impl From<OutputEndpointStatus> for OutputEndpointStatus
Source§fn from(value: OutputEndpointStatus) -> Self
fn from(value: OutputEndpointStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OutputEndpointStatus> for OutputEndpointStatus
impl TryFrom<OutputEndpointStatus> for OutputEndpointStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OutputEndpointStatus) -> Result<Self, ConversionError>
fn try_from(value: OutputEndpointStatus) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OutputEndpointStatus
impl RefUnwindSafe for OutputEndpointStatus
impl Send for OutputEndpointStatus
impl Sync for OutputEndpointStatus
impl Unpin for OutputEndpointStatus
impl UnwindSafe for OutputEndpointStatus
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