pub struct PaneLeaf {
pub surface_key: String,
pub extensions: BTreeMap<String, String>,
}Expand description
Leaf payload for pane content identity.
Fields§
§surface_key: StringHost-provided stable surface key (for replay/diff mapping).
extensions: BTreeMap<String, String>Forward-compatible extension bag.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PaneLeaf
impl<'de> Deserialize<'de> for PaneLeaf
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 PaneLeaf
impl StructuralPartialEq for PaneLeaf
Auto Trait Implementations§
impl Freeze for PaneLeaf
impl RefUnwindSafe for PaneLeaf
impl Send for PaneLeaf
impl Sync for PaneLeaf
impl Unpin for PaneLeaf
impl UnsafeUnpin for PaneLeaf
impl UnwindSafe for PaneLeaf
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