pub struct RawIconSourceUri(/* private fields */);Expand description
A raw icon source URI with a dedicated data-image budget.
This is a wire-admission type only: it preserves a schema-valid source exactly and does not fetch, render, or otherwise grant authority over it.
Implementations§
Trait Implementations§
Source§impl Clone for RawIconSourceUri
impl Clone for RawIconSourceUri
Source§fn clone(&self) -> RawIconSourceUri
fn clone(&self) -> RawIconSourceUri
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 RawIconSourceUri
impl Debug for RawIconSourceUri
Source§impl<'de> Deserialize<'de> for RawIconSourceUri
impl<'de> Deserialize<'de> for RawIconSourceUri
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RawIconSourceUri
Source§impl Hash for RawIconSourceUri
impl Hash for RawIconSourceUri
Source§impl Ord for RawIconSourceUri
impl Ord for RawIconSourceUri
Source§fn cmp(&self, other: &RawIconSourceUri) -> Ordering
fn cmp(&self, other: &RawIconSourceUri) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for RawIconSourceUri
impl PartialEq for RawIconSourceUri
Source§impl PartialOrd for RawIconSourceUri
impl PartialOrd for RawIconSourceUri
Source§impl Serialize for RawIconSourceUri
impl Serialize for RawIconSourceUri
impl StructuralPartialEq for RawIconSourceUri
Auto Trait Implementations§
impl Freeze for RawIconSourceUri
impl RefUnwindSafe for RawIconSourceUri
impl Send for RawIconSourceUri
impl Sync for RawIconSourceUri
impl Unpin for RawIconSourceUri
impl UnsafeUnpin for RawIconSourceUri
impl UnwindSafe for RawIconSourceUri
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).