Struct muzzman_lib::location::LocalLocation
source · pub struct LocalLocation {
pub path: PathBuf,
}Fields§
§path: PathBufTrait Implementations§
source§impl Clone for LocalLocation
impl Clone for LocalLocation
source§fn clone(&self) -> LocalLocation
fn clone(&self) -> LocalLocation
Returns a copy 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 LocalLocation
impl Debug for LocalLocation
source§impl<'de> Deserialize<'de> for LocalLocation
impl<'de> Deserialize<'de> for LocalLocation
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