pub struct LaunchFilePlan {
pub relative_path: String,
pub resolved_path: PathBuf,
pub text: String,
pub sha256: String,
}Fields§
§relative_path: String§resolved_path: PathBuf§text: String§sha256: StringTrait Implementations§
Source§impl Clone for LaunchFilePlan
impl Clone for LaunchFilePlan
Source§fn clone(&self) -> LaunchFilePlan
fn clone(&self) -> LaunchFilePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LaunchFilePlan
impl Debug for LaunchFilePlan
Source§impl<'de> Deserialize<'de> for LaunchFilePlan
impl<'de> Deserialize<'de> for LaunchFilePlan
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
impl Eq for LaunchFilePlan
Source§impl PartialEq for LaunchFilePlan
impl PartialEq for LaunchFilePlan
Source§impl Serialize for LaunchFilePlan
impl Serialize for LaunchFilePlan
impl StructuralPartialEq for LaunchFilePlan
Auto Trait Implementations§
impl Freeze for LaunchFilePlan
impl RefUnwindSafe for LaunchFilePlan
impl Send for LaunchFilePlan
impl Sync for LaunchFilePlan
impl Unpin for LaunchFilePlan
impl UnsafeUnpin for LaunchFilePlan
impl UnwindSafe for LaunchFilePlan
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