pub enum ServiceEndpointRole {
Invalid,
StatefulPrimary,
StatefulSecondary,
Stateless,
}
Variants§
Trait Implementations§
Source§impl Clone for ServiceEndpointRole
impl Clone for ServiceEndpointRole
Source§fn clone(&self) -> ServiceEndpointRole
fn clone(&self) -> ServiceEndpointRole
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 ServiceEndpointRole
impl Debug for ServiceEndpointRole
Source§impl From<FABRIC_SERVICE_ENDPOINT_ROLE> for ServiceEndpointRole
impl From<FABRIC_SERVICE_ENDPOINT_ROLE> for ServiceEndpointRole
Source§fn from(value: FABRIC_SERVICE_ENDPOINT_ROLE) -> Self
fn from(value: FABRIC_SERVICE_ENDPOINT_ROLE) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ServiceEndpointRole
impl PartialEq for ServiceEndpointRole
impl StructuralPartialEq for ServiceEndpointRole
Auto Trait Implementations§
impl Freeze for ServiceEndpointRole
impl RefUnwindSafe for ServiceEndpointRole
impl Send for ServiceEndpointRole
impl Sync for ServiceEndpointRole
impl Unpin for ServiceEndpointRole
impl UnwindSafe for ServiceEndpointRole
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