Searched defs:ReadOnly (Results 1 – 2 of 2) sorted by relevance
618 pub struct ReadOnly<T: ?Sized> { struct621 inner: T,624 impl<T> ReadOnly<T> { impl640 impl<T: ?Sized> ReadOnly<T> { impl705 impl<T: ?Sized> SizeEq<T> for ReadOnly<T> { implementation712 unsafe impl<T: ?Sized> TransmuteFrom<T, Valid, Valid> for ReadOnly<T> {} implementation718 impl<'a, T: ?Sized + Immutable> From<&'a T> for &'a ReadOnly<T> { implementation729 impl<T: ?Sized + Immutable> Deref for ReadOnly<T> { implementation739 impl<T: ?Sized + Immutable> DerefMut for ReadOnly<T> { implementation746 impl<T: ?Sized + Immutable + Debug> Debug for ReadOnly<T> { implementation[all …]
88 ReadOnly = 2, enumerator