pub struct Mounts {
pub ipfs: String,
pub ipns: String,
pub fuse_allow_other: bool,
}Expand description
Mount points configuration
Fields§
§ipfs: String§ipns: String§fuse_allow_other: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Mounts
impl<'de> Deserialize<'de> for Mounts
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 Mounts
impl RefUnwindSafe for Mounts
impl Send for Mounts
impl Sync for Mounts
impl Unpin for Mounts
impl UnwindSafe for Mounts
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