pub struct Noun {
pub singular: Name,
pub plural: Name,
pub comment: Option<Spanned<String>>,
}Fields§
§singular: Name§plural: Name§comment: Option<Spanned<String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Noun
impl RefUnwindSafe for Noun
impl Send for Noun
impl Sync for Noun
impl Unpin for Noun
impl UnsafeUnpin for Noun
impl UnwindSafe for Noun
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