pub struct PlCloudPathRef<'a> { /* private fields */ }
Implementations§
Source§impl PlCloudPathRef<'_>
impl PlCloudPathRef<'_>
pub fn new<'a>(uri: &'a str) -> Option<PlCloudPathRef<'a>>
pub fn into_owned(self) -> PlCloudPath
pub fn scheme(&self) -> CloudScheme
pub fn uri(&self) -> &str
pub fn strip_scheme(&self) -> &str
Trait Implementations§
Source§impl<'a> Clone for PlCloudPathRef<'a>
impl<'a> Clone for PlCloudPathRef<'a>
Source§fn clone(&self) -> PlCloudPathRef<'a>
fn clone(&self) -> PlCloudPathRef<'a>
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<'a> Debug for PlCloudPathRef<'a>
impl<'a> Debug for PlCloudPathRef<'a>
Source§impl<'a> Display for PlCloudPathRef<'a>
impl<'a> Display for PlCloudPathRef<'a>
Source§impl<'a> Hash for PlCloudPathRef<'a>
impl<'a> Hash for PlCloudPathRef<'a>
Source§impl<'a> Ord for PlCloudPathRef<'a>
impl<'a> Ord for PlCloudPathRef<'a>
Source§fn cmp(&self, other: &PlCloudPathRef<'a>) -> Ordering
fn cmp(&self, other: &PlCloudPathRef<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for PlCloudPathRef<'a>
impl<'a> PartialEq for PlCloudPathRef<'a>
Source§impl<'a> PartialOrd for PlCloudPathRef<'a>
impl<'a> PartialOrd for PlCloudPathRef<'a>
impl<'a> Copy for PlCloudPathRef<'a>
impl<'a> Eq for PlCloudPathRef<'a>
impl<'a> StructuralPartialEq for PlCloudPathRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for PlCloudPathRef<'a>
impl<'a> RefUnwindSafe for PlCloudPathRef<'a>
impl<'a> Send for PlCloudPathRef<'a>
impl<'a> Sync for PlCloudPathRef<'a>
impl<'a> Unpin for PlCloudPathRef<'a>
impl<'a> UnwindSafe for PlCloudPathRef<'a>
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Key for Twhere
T: Clone,
impl<T> Key for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of [
ToCompactString::to_compact_string()
] Read more§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a [
CompactString
]. Read more