pub struct Frame {
pub has_cover: bool,
pub border: String,
pub separator: String,
pub center: String,
pub top: String,
pub left: String,
pub bottom: String,
pub right: String,
pub top_left: String,
pub top_right: String,
pub bottom_left: String,
pub bottom_right: String,
}Fields§
§has_cover: bool§border: String§separator: String§center: String§top: String§left: String§bottom: String§right: String§top_left: String§top_right: String§bottom_left: String§bottom_right: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Frame
impl RefUnwindSafe for Frame
impl Send for Frame
impl Sync for Frame
impl Unpin for Frame
impl UnwindSafe for Frame
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