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