[−][src]Struct ro::ReadOnly
Methods
impl<T> ReadOnly<T>[src]
pub const fn new(data: T) -> Self[src]
pub fn into_inner(self) -> T[src]
Trait Implementations
impl<T> Deref for ReadOnly<T>[src]
impl<T: Debug> Debug for ReadOnly<T>[src]
impl<T> Display for ReadOnly<T> where
T: Display, [src]
T: Display,
impl<T: PartialEq> PartialEq<ReadOnly<T>> for ReadOnly<T>[src]
impl<T: Eq> Eq for ReadOnly<T>[src]
impl<T: Ord> Ord for ReadOnly<T>[src]
fn cmp(&self, other: &ReadOnly<T>) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl<T: PartialOrd> PartialOrd<ReadOnly<T>> for ReadOnly<T>[src]
fn partial_cmp(&self, other: &ReadOnly<T>) -> Option<Ordering>[src]
fn lt(&self, other: &ReadOnly<T>) -> bool[src]
fn le(&self, other: &ReadOnly<T>) -> bool[src]
fn gt(&self, other: &ReadOnly<T>) -> bool[src]
fn ge(&self, other: &ReadOnly<T>) -> bool[src]
impl<T: Hash> Hash for ReadOnly<T>[src]
fn hash<__HT: Hasher>(&self, state: &mut __HT)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl<T> From<T> for ReadOnly<T>[src]
Auto Trait Implementations
impl<T> Unpin for ReadOnly<T> where
T: Unpin,
T: Unpin,
impl<T> Sync for ReadOnly<T> where
T: Sync,
T: Sync,
impl<T> Send for ReadOnly<T> where
T: Send,
T: Send,
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,