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