pub struct FileBrowserUrl(/* private fields */);
Expand description
Filebrowser API URL, e.g.
https://cube.chrisproject.org/api/v1/filebrowser/
Implementations§
Source§impl FileBrowserUrl
impl FileBrowserUrl
Sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a new FileBrowserUrl from a static reference
Sourcepub fn into_boxed_ref(self) -> Box<FileBrowserUrlRef>
pub fn into_boxed_ref(self) -> Box<FileBrowserUrlRef>
Converts this FileBrowserUrl
into a Box<FileBrowserUrlRef>
This will drop any excess capacity.
Methods from Deref<Target = FileBrowserUrlRef>§
Trait Implementations§
Source§impl AsRef<FileBrowserUrlRef> for FileBrowserUrl
impl AsRef<FileBrowserUrlRef> for FileBrowserUrl
Source§fn as_ref(&self) -> &FileBrowserUrlRef
fn as_ref(&self) -> &FileBrowserUrlRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for FileBrowserUrl
impl AsRef<str> for FileBrowserUrl
Source§impl Borrow<FileBrowserUrlRef> for FileBrowserUrl
impl Borrow<FileBrowserUrlRef> for FileBrowserUrl
Source§fn borrow(&self) -> &FileBrowserUrlRef
fn borrow(&self) -> &FileBrowserUrlRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for FileBrowserUrl
impl Borrow<str> for FileBrowserUrl
Source§impl Clone for FileBrowserUrl
impl Clone for FileBrowserUrl
Source§fn clone(&self) -> FileBrowserUrl
fn clone(&self) -> FileBrowserUrl
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 FileBrowserUrl
impl Debug for FileBrowserUrl
Source§impl Deref for FileBrowserUrl
impl Deref for FileBrowserUrl
Source§impl<'de> Deserialize<'de> for FileBrowserUrl
impl<'de> Deserialize<'de> for FileBrowserUrl
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FileBrowserUrl
impl Display for FileBrowserUrl
Source§impl From<&FileBrowserUrlRef> for FileBrowserUrl
impl From<&FileBrowserUrlRef> for FileBrowserUrl
Source§fn from(s: &FileBrowserUrlRef) -> Self
fn from(s: &FileBrowserUrlRef) -> Self
Converts to this type from the input type.
Source§impl From<&str> for FileBrowserUrl
impl From<&str> for FileBrowserUrl
Source§impl From<Box<FileBrowserUrlRef>> for FileBrowserUrl
impl From<Box<FileBrowserUrlRef>> for FileBrowserUrl
Source§fn from(r: Box<FileBrowserUrlRef>) -> Self
fn from(r: Box<FileBrowserUrlRef>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<Cow<'a, FileBrowserUrlRef>> for FileBrowserUrl
impl<'a> From<Cow<'a, FileBrowserUrlRef>> for FileBrowserUrl
Source§fn from(r: Cow<'a, FileBrowserUrlRef>) -> Self
fn from(r: Cow<'a, FileBrowserUrlRef>) -> Self
Converts to this type from the input type.
Source§impl From<FileBrowserUrl> for Box<FileBrowserUrlRef>
impl From<FileBrowserUrl> for Box<FileBrowserUrlRef>
Source§fn from(r: FileBrowserUrl) -> Self
fn from(r: FileBrowserUrl) -> Self
Converts to this type from the input type.
Source§impl<'a> From<FileBrowserUrl> for Cow<'a, FileBrowserUrlRef>
impl<'a> From<FileBrowserUrl> for Cow<'a, FileBrowserUrlRef>
Source§fn from(owned: FileBrowserUrl) -> Self
fn from(owned: FileBrowserUrl) -> Self
Converts to this type from the input type.
Source§impl From<FileBrowserUrl> for String
impl From<FileBrowserUrl> for String
Source§fn from(s: FileBrowserUrl) -> Self
fn from(s: FileBrowserUrl) -> Self
Converts to this type from the input type.
Source§impl From<String> for FileBrowserUrl
impl From<String> for FileBrowserUrl
Source§impl FromStr for FileBrowserUrl
impl FromStr for FileBrowserUrl
Source§impl Hash for FileBrowserUrl
impl Hash for FileBrowserUrl
Source§impl Ord for FileBrowserUrl
impl Ord for FileBrowserUrl
Source§impl PartialEq<&FileBrowserUrlRef> for FileBrowserUrl
impl PartialEq<&FileBrowserUrlRef> for FileBrowserUrl
Source§impl PartialEq<FileBrowserUrl> for &FileBrowserUrlRef
impl PartialEq<FileBrowserUrl> for &FileBrowserUrlRef
Source§impl PartialEq<FileBrowserUrl> for FileBrowserUrlRef
impl PartialEq<FileBrowserUrl> for FileBrowserUrlRef
Source§impl PartialEq<FileBrowserUrlRef> for FileBrowserUrl
impl PartialEq<FileBrowserUrlRef> for FileBrowserUrl
Source§impl PartialEq for FileBrowserUrl
impl PartialEq for FileBrowserUrl
Source§impl PartialOrd for FileBrowserUrl
impl PartialOrd for FileBrowserUrl
Source§impl Serialize for FileBrowserUrl
impl Serialize for FileBrowserUrl
impl Eq for FileBrowserUrl
impl StructuralPartialEq for FileBrowserUrl
Auto Trait Implementations§
impl Freeze for FileBrowserUrl
impl RefUnwindSafe for FileBrowserUrl
impl Send for FileBrowserUrl
impl Sync for FileBrowserUrl
impl Unpin for FileBrowserUrl
impl UnwindSafe for FileBrowserUrl
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.