Struct netidx_protocols::view::Paned
source · [−]pub struct Paned {
pub direction: Direction,
pub wide_handle: bool,
pub first_child: Option<Box<Widget>>,
pub second_child: Option<Box<Widget>>,
}Fields
direction: Directionwide_handle: boolfirst_child: Option<Box<Widget>>second_child: Option<Box<Widget>>Trait Implementations
sourceimpl<'de> Deserialize<'de> for Paned
impl<'de> Deserialize<'de> for Paned
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for Paned
impl Send for Paned
impl Sync for Paned
impl Unpin for Paned
impl UnwindSafe for Paned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more