Struct idm::UnderlineSpaces
source · [−]pub struct UnderlineSpaces<T>(pub T);Tuple Fields
0: TTrait Implementations
sourceimpl<T: Clone> Clone for UnderlineSpaces<T>
impl<T: Clone> Clone for UnderlineSpaces<T>
sourcefn clone(&self) -> UnderlineSpaces<T>
fn clone(&self) -> UnderlineSpaces<T>
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 moresourceimpl<T: Debug> Debug for UnderlineSpaces<T>
impl<T: Debug> Debug for UnderlineSpaces<T>
sourceimpl<T: Default> Default for UnderlineSpaces<T>
impl<T: Default> Default for UnderlineSpaces<T>
sourcefn default() -> UnderlineSpaces<T>
fn default() -> UnderlineSpaces<T>
Returns the “default value” for a type. Read more
sourceimpl<T: Default> Deref for UnderlineSpaces<T>
impl<T: Default> Deref for UnderlineSpaces<T>
sourceimpl<T: Default> DerefMut for UnderlineSpaces<T>
impl<T: Default> DerefMut for UnderlineSpaces<T>
sourceimpl<'de, T: DeserializeOwned> Deserialize<'de> for UnderlineSpaces<T>
impl<'de, T: DeserializeOwned> Deserialize<'de> for UnderlineSpaces<T>
sourcefn 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
sourceimpl<T: Hash> Hash for UnderlineSpaces<T>
impl<T: Hash> Hash for UnderlineSpaces<T>
sourceimpl<T: Ord> Ord for UnderlineSpaces<T>
impl<T: Ord> Ord for UnderlineSpaces<T>
sourcefn cmp(&self, other: &UnderlineSpaces<T>) -> Ordering
fn cmp(&self, other: &UnderlineSpaces<T>) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl<T: PartialEq> PartialEq<UnderlineSpaces<T>> for UnderlineSpaces<T>
impl<T: PartialEq> PartialEq<UnderlineSpaces<T>> for UnderlineSpaces<T>
sourcefn eq(&self, other: &UnderlineSpaces<T>) -> bool
fn eq(&self, other: &UnderlineSpaces<T>) -> bool
sourceimpl<T: PartialOrd> PartialOrd<UnderlineSpaces<T>> for UnderlineSpaces<T>
impl<T: PartialOrd> PartialOrd<UnderlineSpaces<T>> for UnderlineSpaces<T>
sourcefn partial_cmp(&self, other: &UnderlineSpaces<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &UnderlineSpaces<T>) -> Option<Ordering>
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 moresourceimpl<T: Serialize> Serialize for UnderlineSpaces<T>
impl<T: Serialize> Serialize for UnderlineSpaces<T>
impl<T: Copy> Copy for UnderlineSpaces<T>
impl<T: Eq> Eq for UnderlineSpaces<T>
impl<T> StructuralEq for UnderlineSpaces<T>
impl<T> StructuralPartialEq for UnderlineSpaces<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for UnderlineSpaces<T>where
T: RefUnwindSafe,
impl<T> Send for UnderlineSpaces<T>where
T: Send,
impl<T> Sync for UnderlineSpaces<T>where
T: Sync,
impl<T> Unpin for UnderlineSpaces<T>where
T: Unpin,
impl<T> UnwindSafe for UnderlineSpaces<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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