pub struct Raw {
pub app: Raw,
pub android: Option<Raw>,
}
Fields§
§app: Raw
§android: Option<Raw>
Implementations§
source§impl Raw
impl Raw
pub fn prompt(wrapper: &TextWrapper) -> Result<Self, PromptError>
pub fn detect(wrapper: &TextWrapper) -> Result<Self, DetectError>
pub fn discover_root(cwd: impl AsRef<Path>) -> Result<Option<PathBuf>>
pub fn load(cwd: impl AsRef<Path>) -> Result<Option<(PathBuf, Self)>, LoadError>
pub fn write(&self, root_dir: &Path) -> Result<(), WriteError>
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
)