pub struct VnFile {
pub dependencies: HashSet<String>,
pub story: VnStory,
}
Fields§
§dependencies: HashSet<String>
§story: VnStory
Implementations§
Trait Implementations§
Source§impl BytesContentParser<VnFile> for VnContentParser
impl BytesContentParser<VnFile> for VnContentParser
Auto Trait Implementations§
impl Freeze for VnFile
impl RefUnwindSafe for VnFile
impl Send for VnFile
impl Sync for VnFile
impl Unpin for VnFile
impl UnwindSafe for VnFile
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