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 Root
impl Deserialize for Root
fn deserialize<__D>(deserializer: &mut __D) -> Result<Root, __D::Error> where __D: Deserializer
impl Serialize for Root
fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer
impl Debug for Root
impl Clone for Root
fn clone(&self) -> Root
fn clone_from(&mut self, source: &Self)