pub struct PreInstall {
pub file: PathBuf,
}Fields§
§file: PathBufTrait Implementations§
Source§impl Debug for PreInstall
impl Debug for PreInstall
Source§impl Default for PreInstall
impl Default for PreInstall
Source§fn default() -> PreInstall
fn default() -> PreInstall
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PreInstall
impl<'de> Deserialize<'de> for PreInstall
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 PreInstall
impl RefUnwindSafe for PreInstall
impl Send for PreInstall
impl Sync for PreInstall
impl Unpin for PreInstall
impl UnsafeUnpin for PreInstall
impl UnwindSafe for PreInstall
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