pub struct EmbedApp {
pub name: String,
pub options: Vec<EmbedAppOption>,
}Fields§
§name: String§options: Vec<EmbedAppOption>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbedApp
impl RefUnwindSafe for EmbedApp
impl Send for EmbedApp
impl Sync for EmbedApp
impl Unpin for EmbedApp
impl UnwindSafe for EmbedApp
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