pub struct FsUri {
pub scheme: String,
pub authority: Option<FsAuthority>,
pub path: FsPath,
pub query: Metadata,
}Expand description
Full filesystem URI.
Fields§
§scheme: StringProvider scheme.
Optional URI authority.
path: FsPathProvider-local path.
query: MetadataNon-sensitive query options.
Implementations§
Trait Implementations§
impl StructuralPartialEq for FsUri
Auto Trait Implementations§
impl Freeze for FsUri
impl RefUnwindSafe for FsUri
impl Send for FsUri
impl Sync for FsUri
impl Unpin for FsUri
impl UnsafeUnpin for FsUri
impl UnwindSafe for FsUri
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§impl<T> IntoValueDefault<T> for T
impl<T> IntoValueDefault<T> for T
Source§fn into_value_default(self) -> T
fn into_value_default(self) -> T
Converts this argument into the default value.