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