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 copy 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.
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)