pub struct Raw {
pub name: String,
pub lib_name: Option<String>,
pub stylized_name: Option<String>,
pub identifier: String,
pub asset_dir: Option<String>,
pub template_pack: Option<String>,
}
Fields§
§name: String
§lib_name: Option<String>
§stylized_name: Option<String>
§identifier: String
§asset_dir: Option<String>
§template_pack: Option<String>
Implementations§
source§impl Raw
impl Raw
pub fn detect(wrapper: &TextWrapper) -> Result<Self, DetectError>
pub fn prompt(wrapper: &TextWrapper) -> Result<Self, PromptError>
source§impl Raw
impl Raw
pub fn prompt_template_pack( wrapper: &TextWrapper, ) -> Result<String, PromptError>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Raw
impl<'de> Deserialize<'de> for Raw
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Raw
impl RefUnwindSafe for Raw
impl Send for Raw
impl Sync for Raw
impl Unpin for Raw
impl UnwindSafe for Raw
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)