pub struct FrameApp {
pub tip: String,
pub warn: String,
}Fields§
§tip: String§warn: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FrameApp
impl RefUnwindSafe for FrameApp
impl Send for FrameApp
impl Sync for FrameApp
impl Unpin for FrameApp
impl UnwindSafe for FrameApp
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