pub struct Maskfile {
pub title: String,
pub description: String,
pub commands: Vec<Command>,
}
Fields§
§title: String
§description: String
§commands: Vec<Command>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Maskfile
impl RefUnwindSafe for Maskfile
impl Send for Maskfile
impl Sync for Maskfile
impl Unpin for Maskfile
impl UnwindSafe for Maskfile
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