pub struct MarkId {
pub replica: String,
pub ulid: String,
}Expand description
Unique identifier for a mark (formatting span).
Fields§
§replica: StringThe replica that created this mark.
ulid: StringUnique identifier within that replica.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MarkId
impl<'de> Deserialize<'de> for MarkId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MarkId
impl StructuralPartialEq for MarkId
Auto Trait Implementations§
impl Freeze for MarkId
impl RefUnwindSafe for MarkId
impl Send for MarkId
impl Sync for MarkId
impl Unpin for MarkId
impl UnwindSafe for MarkId
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