Struct ocf::Root
[−]
[src]
pub struct Root {
pub path: String,
pub readonly: Option<bool>,
}Fields
path | |
readonly |
pub struct Root {
pub path: String,
pub readonly: Option<bool>,
}path | |
readonly |
impl Rootimpl Deserialize for Rootfn deserialize<__D>(deserializer: &mut __D) -> Result<Root, __D::Error> where __D: Deserializerimpl Serialize for Rootfn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializerimpl Debug for Rootimpl Clone for Rootfn clone(&self) -> Rootfn clone_from(&mut self, source: &Self)