Struct chris::api::PipelinesUrl  
source · [−]#[repr(transparent)]pub struct PipelinesUrl(_);Expand description
CUBE pipelines resource URL, e.g. https://cube.chrisproject.org/api/v1/pipelines/
Implementations
sourceimpl PipelinesUrl
 
impl PipelinesUrl
sourcepub fn into_boxed_ref(self) -> Box<PipelinesUrlRef>
 
pub fn into_boxed_ref(self) -> Box<PipelinesUrlRef>
Converts this PipelinesUrl into a Box<PipelinesUrlRef>
This will drop any excess capacity.
sourcepub fn into_string(self) -> String
 
pub fn into_string(self) -> String
Unwraps the underlying String value
Methods from Deref<Target = PipelinesUrlRef>
Trait Implementations
sourceimpl AsRef<PipelinesUrlRef> for PipelinesUrl
 
impl AsRef<PipelinesUrlRef> for PipelinesUrl
sourcefn as_ref(&self) -> &PipelinesUrlRef
 
fn as_ref(&self) -> &PipelinesUrlRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl AsRef<str> for PipelinesUrl
 
impl AsRef<str> for PipelinesUrl
sourceimpl Borrow<PipelinesUrlRef> for PipelinesUrl
 
impl Borrow<PipelinesUrlRef> for PipelinesUrl
sourcefn borrow(&self) -> &PipelinesUrlRef
 
fn borrow(&self) -> &PipelinesUrlRef
Immutably borrows from an owned value. Read more
sourceimpl Borrow<str> for PipelinesUrl
 
impl Borrow<str> for PipelinesUrl
sourceimpl Clone for PipelinesUrl
 
impl Clone for PipelinesUrl
sourcefn clone(&self) -> PipelinesUrl
 
fn clone(&self) -> PipelinesUrl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for PipelinesUrl
 
impl<'a> Debug for PipelinesUrl
sourceimpl Deref for PipelinesUrl
 
impl Deref for PipelinesUrl
type Target = PipelinesUrlRef
type Target = PipelinesUrlRef
The resulting type after dereferencing.
sourceimpl<'de> Deserialize<'de> for PipelinesUrl
 
impl<'de> Deserialize<'de> for PipelinesUrl
sourcefn 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
sourceimpl<'a> Display for PipelinesUrl
 
impl<'a> Display for PipelinesUrl
sourceimpl From<&'_ PipelinesUrlRef> for PipelinesUrl
 
impl From<&'_ PipelinesUrlRef> for PipelinesUrl
sourcefn from(s: &PipelinesUrlRef) -> Self
 
fn from(s: &PipelinesUrlRef) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ str> for PipelinesUrl
 
impl From<&'_ str> for PipelinesUrl
sourceimpl From<Box<PipelinesUrlRef, Global>> for PipelinesUrl
 
impl From<Box<PipelinesUrlRef, Global>> for PipelinesUrl
sourcefn from(r: Box<PipelinesUrlRef>) -> Self
 
fn from(r: Box<PipelinesUrlRef>) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<Cow<'a, PipelinesUrlRef>> for PipelinesUrl
 
impl<'a> From<Cow<'a, PipelinesUrlRef>> for PipelinesUrl
sourcefn from(r: Cow<'a, PipelinesUrlRef>) -> Self
 
fn from(r: Cow<'a, PipelinesUrlRef>) -> Self
Converts to this type from the input type.
sourceimpl From<PipelinesUrl> for Box<PipelinesUrlRef>
 
impl From<PipelinesUrl> for Box<PipelinesUrlRef>
sourcefn from(r: PipelinesUrl) -> Self
 
fn from(r: PipelinesUrl) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<PipelinesUrl> for Cow<'a, PipelinesUrlRef>
 
impl<'a> From<PipelinesUrl> for Cow<'a, PipelinesUrlRef>
sourcefn from(owned: PipelinesUrl) -> Self
 
fn from(owned: PipelinesUrl) -> Self
Converts to this type from the input type.
sourceimpl From<String> for PipelinesUrl
 
impl From<String> for PipelinesUrl
sourceimpl FromStr for PipelinesUrl
 
impl FromStr for PipelinesUrl
sourceimpl Hash for PipelinesUrl
 
impl Hash for PipelinesUrl
sourceimpl PartialEq<&'_ PipelinesUrlRef> for PipelinesUrl
 
impl PartialEq<&'_ PipelinesUrlRef> for PipelinesUrl
sourceimpl PartialEq<Box<PipelinesUrlRef, Global>> for PipelinesUrl
 
impl PartialEq<Box<PipelinesUrlRef, Global>> for PipelinesUrl
sourceimpl PartialEq<PipelinesUrl> for PipelinesUrl
 
impl PartialEq<PipelinesUrl> for PipelinesUrl
sourceimpl PartialEq<PipelinesUrl> for PipelinesUrlRef
 
impl PartialEq<PipelinesUrl> for PipelinesUrlRef
sourceimpl PartialEq<PipelinesUrl> for &PipelinesUrlRef
 
impl PartialEq<PipelinesUrl> for &PipelinesUrlRef
sourceimpl PartialEq<PipelinesUrl> for Box<PipelinesUrlRef>
 
impl PartialEq<PipelinesUrl> for Box<PipelinesUrlRef>
sourceimpl PartialEq<PipelinesUrlRef> for PipelinesUrl
 
impl PartialEq<PipelinesUrlRef> for PipelinesUrl
sourceimpl Serialize for PipelinesUrl
 
impl Serialize for PipelinesUrl
impl Eq for PipelinesUrl
Auto Trait Implementations
impl RefUnwindSafe for PipelinesUrl
impl Send for PipelinesUrl
impl Sync for PipelinesUrl
impl Unpin for PipelinesUrl
impl UnwindSafe for PipelinesUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
 
impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
sourcefn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
 
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more