pub struct Punk {
pub verbs: [&'static str; 4],
pub pronouns: [&'static str; 4],
pub adjectives: [&'static str; 4],
}Fields§
§verbs: [&'static str; 4]§pronouns: [&'static str; 4]§adjectives: [&'static str; 4]Implementations§
Source§impl Punk
impl Punk
Sourcepub fn hyphenated(self) -> Hyphenated<Self>
pub fn hyphenated(self) -> Hyphenated<Self>
Transform to hyphenated.
Trait Implementations§
Source§impl Ord for Punk
impl Ord for Punk
Source§impl PartialOrd for Punk
impl PartialOrd for Punk
impl Copy for Punk
impl Eq for Punk
impl StructuralPartialEq for Punk
Auto Trait Implementations§
impl Freeze for Punk
impl RefUnwindSafe for Punk
impl Send for Punk
impl Sync for Punk
impl Unpin for Punk
impl UnwindSafe for Punk
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