pub struct FrameStyle {
pub top_left: &'static str,
pub top: &'static str,
pub top_right: &'static str,
pub left: &'static str,
pub right: &'static str,
pub bottom_left: &'static str,
pub bottom: &'static str,
pub bottom_right: &'static str,
pub title_left: &'static str,
pub title_right: &'static str,
}
Fields§
§top_left: &'static str
§top: &'static str
§top_right: &'static str
§left: &'static str
§right: &'static str
§bottom_left: &'static str
§bottom: &'static str
§bottom_right: &'static str
§title_left: &'static str
§title_right: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameStyle
impl RefUnwindSafe for FrameStyle
impl Send for FrameStyle
impl Sync for FrameStyle
impl Unpin for FrameStyle
impl UnwindSafe for FrameStyle
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