pub struct StagingRemote {
pub staging_path: String,
pub backup_path: Option<String>,
pub final_path: String,
pub staging_base_home: String,
}Fields§
§staging_path: String§backup_path: Option<String>§final_path: String§staging_base_home: StringTrait Implementations§
Source§impl Clone for StagingRemote
impl Clone for StagingRemote
Source§fn clone(&self) -> StagingRemote
fn clone(&self) -> StagingRemote
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 StagingRemote
impl Debug for StagingRemote
Source§impl<'de> Deserialize<'de> for StagingRemote
impl<'de> Deserialize<'de> for StagingRemote
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 StagingRemote
impl RefUnwindSafe for StagingRemote
impl Send for StagingRemote
impl Sync for StagingRemote
impl Unpin for StagingRemote
impl UnsafeUnpin for StagingRemote
impl UnwindSafe for StagingRemote
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