pub struct SidebarPaneSpec {
pub target: Option<String>,
pub side: SidebarSide,
pub width: u16,
pub title: Option<String>,
pub command: PopupCommand,
}Fields§
§target: Option<String>§side: SidebarSide§width: u16§title: Option<String>§command: PopupCommandTrait Implementations§
Source§impl Clone for SidebarPaneSpec
impl Clone for SidebarPaneSpec
Source§fn clone(&self) -> SidebarPaneSpec
fn clone(&self) -> SidebarPaneSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SidebarPaneSpec
impl Debug for SidebarPaneSpec
Source§impl PartialEq for SidebarPaneSpec
impl PartialEq for SidebarPaneSpec
impl Eq for SidebarPaneSpec
impl StructuralPartialEq for SidebarPaneSpec
Auto Trait Implementations§
impl Freeze for SidebarPaneSpec
impl RefUnwindSafe for SidebarPaneSpec
impl Send for SidebarPaneSpec
impl Sync for SidebarPaneSpec
impl Unpin for SidebarPaneSpec
impl UnsafeUnpin for SidebarPaneSpec
impl UnwindSafe for SidebarPaneSpec
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