pub struct JSentence {
pub content: String,
}Expand description
J sentence.
Fields§
§content: StringContent of the sentence.
Implementations§
Trait Implementations§
impl Eq for JSentence
impl StructuralPartialEq for JSentence
Auto Trait Implementations§
impl Freeze for JSentence
impl RefUnwindSafe for JSentence
impl Send for JSentence
impl Sync for JSentence
impl Unpin for JSentence
impl UnsafeUnpin for JSentence
impl UnwindSafe for JSentence
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