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