pub struct Kata {
pub level: Level,
pub tags: Vec<Tag>,
pub description: String,
}Fields§
§level: Level§description: StringImplementations§
Auto Trait Implementations§
impl Freeze for Kata
impl RefUnwindSafe for Kata
impl Send for Kata
impl Sync for Kata
impl Unpin for Kata
impl UnwindSafe for Kata
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