pub enum Side {
Top,
Bottom,
Left,
Right,
}
Variants§
Trait Implementations§
Source§impl Index<&Side> for ClientRectObject
impl Index<&Side> for ClientRectObject
Source§impl Index<&Side> for PartialSideObject
impl Index<&Side> for PartialSideObject
Source§impl Index<&Side> for SideObject
impl Index<&Side> for SideObject
Source§impl IndexMut<&Side> for ClientRectObject
impl IndexMut<&Side> for ClientRectObject
Source§impl IndexMut<&Side> for PartialSideObject
impl IndexMut<&Side> for PartialSideObject
Source§impl IndexMut<&Side> for SideObject
impl IndexMut<&Side> for SideObject
Source§impl StringUnion for Side
impl StringUnion for Side
Auto Trait Implementations§
impl Freeze for Side
impl RefUnwindSafe for Side
impl Send for Side
impl Sync for Side
impl Unpin for Side
impl UnwindSafe for Side
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