pub struct PaneSplit {
pub axis: SplitAxis,
pub ratio: PaneSplitRatio,
pub first: PaneId,
pub second: PaneId,
}Expand description
Split payload with child references.
Fields§
§axis: SplitAxis§ratio: PaneSplitRatio§first: PaneId§second: PaneIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for PaneSplit
impl<'de> Deserialize<'de> for PaneSplit
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 PaneSplit
impl StructuralPartialEq for PaneSplit
Auto Trait Implementations§
impl Freeze for PaneSplit
impl RefUnwindSafe for PaneSplit
impl Send for PaneSplit
impl Sync for PaneSplit
impl Unpin for PaneSplit
impl UnsafeUnpin for PaneSplit
impl UnwindSafe for PaneSplit
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