pub struct ScriptContent {
pub content: String,
}
Expand description
Fields§
§content: String
The full content of the passage
Implementations§
Source§impl ScriptContent
impl ScriptContent
Trait Implementations§
Source§impl Debug for ScriptContent
impl Debug for ScriptContent
Source§impl From<ScriptContent> for PassageContent
impl From<ScriptContent> for PassageContent
Source§fn from(s: ScriptContent) -> PassageContent
fn from(s: ScriptContent) -> PassageContent
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ScriptContent
impl RefUnwindSafe for ScriptContent
impl Send for ScriptContent
impl Sync for ScriptContent
impl Unpin for ScriptContent
impl UnwindSafe for ScriptContent
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