pub struct DecodedId {
pub time: u64,
pub node_id: u64,
pub shard_id: u16,
pub incrementing_id: u64,
pub config_id: u8,
}
Fields§
§time: u64
§node_id: u64
§shard_id: u16
§incrementing_id: u64
§config_id: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodedId
impl RefUnwindSafe for DecodedId
impl Send for DecodedId
impl Sync for DecodedId
impl Unpin for DecodedId
impl UnwindSafe for DecodedId
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