pub enum PathSemantics {
Hierarchical,
ObjectKey,
ProviderSpecific,
}Expand description
Provider path semantics.
Variants§
Hierarchical
Hierarchical directory semantics.
ObjectKey
Object-key or prefix semantics.
ProviderSpecific
Provider-specific semantics.
Trait Implementations§
Source§impl Clone for PathSemantics
impl Clone for PathSemantics
Source§fn clone(&self) -> PathSemantics
fn clone(&self) -> PathSemantics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PathSemantics
impl Debug for PathSemantics
Source§impl Default for PathSemantics
impl Default for PathSemantics
Source§impl PartialEq for PathSemantics
impl PartialEq for PathSemantics
Source§fn eq(&self, other: &PathSemantics) -> bool
fn eq(&self, other: &PathSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PathSemantics
impl Eq for PathSemantics
impl StructuralPartialEq for PathSemantics
Auto Trait Implementations§
impl Freeze for PathSemantics
impl RefUnwindSafe for PathSemantics
impl Send for PathSemantics
impl Sync for PathSemantics
impl Unpin for PathSemantics
impl UnsafeUnpin for PathSemantics
impl UnwindSafe for PathSemantics
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.