pub struct RemoteDirectoryPath {
pub moniker: String,
pub dir_type: OpenDirType,
pub relative_path: PathBuf,
}
Fields§
§moniker: String
§dir_type: OpenDirType
§relative_path: PathBuf
Trait Implementations§
Source§impl Clone for RemoteDirectoryPath
impl Clone for RemoteDirectoryPath
Source§fn clone(&self) -> RemoteDirectoryPath
fn clone(&self) -> RemoteDirectoryPath
Returns a copy 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 RemoteDirectoryPath
impl Debug for RemoteDirectoryPath
Source§impl FromStr for RemoteDirectoryPath
impl FromStr for RemoteDirectoryPath
Source§impl PartialEq for RemoteDirectoryPath
impl PartialEq for RemoteDirectoryPath
Source§impl ToString for RemoteDirectoryPath
impl ToString for RemoteDirectoryPath
impl StructuralPartialEq for RemoteDirectoryPath
Auto Trait Implementations§
impl Freeze for RemoteDirectoryPath
impl RefUnwindSafe for RemoteDirectoryPath
impl Send for RemoteDirectoryPath
impl Sync for RemoteDirectoryPath
impl Unpin for RemoteDirectoryPath
impl UnwindSafe for RemoteDirectoryPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)