pub struct ConfigDetails {
pub source: String,
pub target: String,
pub uid: String,
pub gid: String,
pub mode: String,
}
Fields§
§source: String
§target: String
§uid: String
§gid: String
§mode: String
Trait Implementations§
Source§impl Clone for ConfigDetails
impl Clone for ConfigDetails
Source§fn clone(&self) -> ConfigDetails
fn clone(&self) -> ConfigDetails
Returns a duplicate of the value. Read more
1.0.0 · 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 ConfigDetails
impl Debug for ConfigDetails
Source§impl<'de> Deserialize<'de> for ConfigDetails
impl<'de> Deserialize<'de> for ConfigDetails
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 ConfigDetails
impl RefUnwindSafe for ConfigDetails
impl Send for ConfigDetails
impl Sync for ConfigDetails
impl Unpin for ConfigDetails
impl UnwindSafe for ConfigDetails
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