pub struct TemplateInfo {
pub id: TemplateId,
pub name: &'static str,
pub description: &'static str,
}Fields§
§id: TemplateId§name: &'static str§description: &'static strAuto Trait Implementations§
impl Freeze for TemplateInfo
impl RefUnwindSafe for TemplateInfo
impl Send for TemplateInfo
impl Sync for TemplateInfo
impl Unpin for TemplateInfo
impl UnsafeUnpin for TemplateInfo
impl UnwindSafe for TemplateInfo
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