Struct mssf_core::runtime::stateless::NamedPartitionInfo
source · pub struct NamedPartitionInfo {
pub id: GUID,
pub name: HSTRING,
}
Fields§
§id: GUID
§name: HSTRING
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedPartitionInfo
impl RefUnwindSafe for NamedPartitionInfo
impl Send for NamedPartitionInfo
impl Sync for NamedPartitionInfo
impl Unpin for NamedPartitionInfo
impl UnwindSafe for NamedPartitionInfo
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