pub struct PersonalMount {
pub remote: String,
pub mount_path: String,
pub subpath: Option<String>,
pub description: String,
}Fields§
§remote: String§mount_path: String§subpath: Option<String>§description: StringTrait Implementations§
Source§impl Clone for PersonalMount
impl Clone for PersonalMount
Source§fn clone(&self) -> PersonalMount
fn clone(&self) -> PersonalMount
Returns a duplicate 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 PersonalMount
impl Debug for PersonalMount
Source§impl<'de> Deserialize<'de> for PersonalMount
impl<'de> Deserialize<'de> for PersonalMount
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 PersonalMount
impl RefUnwindSafe for PersonalMount
impl Send for PersonalMount
impl Sync for PersonalMount
impl Unpin for PersonalMount
impl UnsafeUnpin for PersonalMount
impl UnwindSafe for PersonalMount
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