pub struct Modn {
pub names: Vec<String>,
}Expand description
MODN - Doodad names (parsed as string list)
Fields§
§names: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Modn
impl RefUnwindSafe for Modn
impl Send for Modn
impl Sync for Modn
impl Unpin for Modn
impl UnsafeUnpin for Modn
impl UnwindSafe for Modn
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