pub struct ResolvedServicePartitionInfo {
pub service_name: WString,
pub service_partition_kind: ServicePartitionKind,
pub partition_key_type: PartitionKeyType,
}
Fields§
§service_name: WString
§service_partition_kind: ServicePartitionKind
§partition_key_type: PartitionKeyType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedServicePartitionInfo
impl RefUnwindSafe for ResolvedServicePartitionInfo
impl Send for ResolvedServicePartitionInfo
impl Sync for ResolvedServicePartitionInfo
impl Unpin for ResolvedServicePartitionInfo
impl UnwindSafe for ResolvedServicePartitionInfo
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