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