Struct chris::api::PluginInstanceUrl
source · [−]#[repr(transparent)]pub struct PluginInstanceUrl(_);
Implementations
sourceimpl PluginInstanceUrl
impl PluginInstanceUrl
sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a new PluginInstanceUrl from a static reference
sourcepub fn into_boxed_ref(self) -> Box<PluginInstanceUrlRef>
pub fn into_boxed_ref(self) -> Box<PluginInstanceUrlRef>
Converts this PluginInstanceUrl
into a Box<PluginInstanceUrlRef>
This will drop any excess capacity.
Methods from Deref<Target = PluginInstanceUrlRef>
Trait Implementations
sourceimpl AsRef<PluginInstanceUrlRef> for PluginInstanceUrl
impl AsRef<PluginInstanceUrlRef> for PluginInstanceUrl
sourcefn as_ref(&self) -> &PluginInstanceUrlRef
fn as_ref(&self) -> &PluginInstanceUrlRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl AsRef<str> for PluginInstanceUrl
impl AsRef<str> for PluginInstanceUrl
sourceimpl Borrow<PluginInstanceUrlRef> for PluginInstanceUrl
impl Borrow<PluginInstanceUrlRef> for PluginInstanceUrl
sourcefn borrow(&self) -> &PluginInstanceUrlRef
fn borrow(&self) -> &PluginInstanceUrlRef
Immutably borrows from an owned value. Read more
sourceimpl Borrow<str> for PluginInstanceUrl
impl Borrow<str> for PluginInstanceUrl
sourceimpl Clone for PluginInstanceUrl
impl Clone for PluginInstanceUrl
sourcefn clone(&self) -> PluginInstanceUrl
fn clone(&self) -> PluginInstanceUrl
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 Debug for PluginInstanceUrl
impl Debug for PluginInstanceUrl
sourceimpl Deref for PluginInstanceUrl
impl Deref for PluginInstanceUrl
type Target = PluginInstanceUrlRef
type Target = PluginInstanceUrlRef
The resulting type after dereferencing.
sourceimpl<'de> Deserialize<'de> for PluginInstanceUrl
impl<'de> Deserialize<'de> for PluginInstanceUrl
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 Display for PluginInstanceUrl
impl Display for PluginInstanceUrl
sourceimpl From<&PluginInstanceUrlRef> for PluginInstanceUrl
impl From<&PluginInstanceUrlRef> for PluginInstanceUrl
sourcefn from(s: &PluginInstanceUrlRef) -> Self
fn from(s: &PluginInstanceUrlRef) -> Self
Converts to this type from the input type.
sourceimpl From<&str> for PluginInstanceUrl
impl From<&str> for PluginInstanceUrl
sourceimpl From<Box<PluginInstanceUrlRef, Global>> for PluginInstanceUrl
impl From<Box<PluginInstanceUrlRef, Global>> for PluginInstanceUrl
sourcefn from(r: Box<PluginInstanceUrlRef>) -> Self
fn from(r: Box<PluginInstanceUrlRef>) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<Cow<'a, PluginInstanceUrlRef>> for PluginInstanceUrl
impl<'a> From<Cow<'a, PluginInstanceUrlRef>> for PluginInstanceUrl
sourcefn from(r: Cow<'a, PluginInstanceUrlRef>) -> Self
fn from(r: Cow<'a, PluginInstanceUrlRef>) -> Self
Converts to this type from the input type.
sourceimpl From<PluginInstanceUrl> for Box<PluginInstanceUrlRef>
impl From<PluginInstanceUrl> for Box<PluginInstanceUrlRef>
sourcefn from(r: PluginInstanceUrl) -> Self
fn from(r: PluginInstanceUrl) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<PluginInstanceUrl> for Cow<'a, PluginInstanceUrlRef>
impl<'a> From<PluginInstanceUrl> for Cow<'a, PluginInstanceUrlRef>
sourcefn from(owned: PluginInstanceUrl) -> Self
fn from(owned: PluginInstanceUrl) -> Self
Converts to this type from the input type.
sourceimpl From<String> for PluginInstanceUrl
impl From<String> for PluginInstanceUrl
sourceimpl FromStr for PluginInstanceUrl
impl FromStr for PluginInstanceUrl
sourceimpl Hash for PluginInstanceUrl
impl Hash for PluginInstanceUrl
sourceimpl Ord for PluginInstanceUrl
impl Ord for PluginInstanceUrl
sourceimpl PartialEq<&PluginInstanceUrlRef> for PluginInstanceUrl
impl PartialEq<&PluginInstanceUrlRef> for PluginInstanceUrl
sourceimpl PartialEq<PluginInstanceUrl> for &PluginInstanceUrlRef
impl PartialEq<PluginInstanceUrl> for &PluginInstanceUrlRef
sourceimpl PartialEq<PluginInstanceUrl> for PluginInstanceUrl
impl PartialEq<PluginInstanceUrl> for PluginInstanceUrl
sourcefn eq(&self, other: &PluginInstanceUrl) -> bool
fn eq(&self, other: &PluginInstanceUrl) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PluginInstanceUrl) -> bool
fn ne(&self, other: &PluginInstanceUrl) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PluginInstanceUrl> for PluginInstanceUrl
impl PartialOrd<PluginInstanceUrl> for PluginInstanceUrl
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Serialize for PluginInstanceUrl
impl Serialize for PluginInstanceUrl
impl Eq for PluginInstanceUrl
impl StructuralEq for PluginInstanceUrl
impl StructuralPartialEq for PluginInstanceUrl
Auto Trait Implementations
impl RefUnwindSafe for PluginInstanceUrl
impl Send for PluginInstanceUrl
impl Sync for PluginInstanceUrl
impl Unpin for PluginInstanceUrl
impl UnwindSafe for PluginInstanceUrl
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> 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