pub enum PaneDockZone {
Left,
Right,
Top,
Bottom,
Center,
}Expand description
Docking zones for magnetic insertion previews.
Variants§
Trait Implementations§
Source§impl Clone for PaneDockZone
impl Clone for PaneDockZone
Source§fn clone(&self) -> PaneDockZone
fn clone(&self) -> PaneDockZone
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 PaneDockZone
impl Debug for PaneDockZone
Source§impl<'de> Deserialize<'de> for PaneDockZone
impl<'de> Deserialize<'de> for PaneDockZone
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
Source§impl PartialEq for PaneDockZone
impl PartialEq for PaneDockZone
Source§impl Serialize for PaneDockZone
impl Serialize for PaneDockZone
impl Copy for PaneDockZone
impl Eq for PaneDockZone
impl StructuralPartialEq for PaneDockZone
Auto Trait Implementations§
impl Freeze for PaneDockZone
impl RefUnwindSafe for PaneDockZone
impl Send for PaneDockZone
impl Sync for PaneDockZone
impl Unpin for PaneDockZone
impl UnsafeUnpin for PaneDockZone
impl UnwindSafe for PaneDockZone
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