Lines Matching defs:Ref
58 pub struct Ref<B, T: ?Sized>( struct
66 impl<B, T: ?Sized> Ref<B, T> { implementation
85 impl<B: ByteSlice, T: ?Sized> Ref<B, T> { impl
108 impl<B: ByteSliceMut, T: ?Sized> Ref<B, T> { impl
131 impl<'a, B: IntoByteSlice<'a>, T: ?Sized> Ref<B, T> { implementation
154 impl<'a, B: IntoByteSliceMut<'a>, T: ?Sized> Ref<B, T> { implementation
177 impl<B: CloneableByteSlice + Clone, T: ?Sized> Clone for Ref<B, T> { implementation
190 impl<B: CopyableByteSlice + Copy, T: ?Sized> Copy for Ref<B, T> {} implementation
196 impl<B, T> Ref<B, T> implementation
214 impl<B, T> Ref<B, T> implementation
260 impl<B, T> Ref<B, T> implementation
312 impl<B, T> Ref<B, T> implementation
442 impl<B, T> Ref<B, T> implementation
493 impl<B, T> Ref<B, T> impl
598 impl<'a, B, T> Ref<B, T> impl
632 impl<'a, B, T> Ref<B, T> implementation
666 impl<B, T> Ref<B, T> impl
684 impl<B, T> Ref<B, T> impl
702 impl<B, T> Ref<B, T> implementation
727 impl<B, T> Ref<B, T> implementation
752 impl<B, T> Deref for Ref<B, T> implementation
778 impl<B, T> DerefMut for Ref<B, T> implementation
807 impl<T, B> Display for Ref<B, T> implementation
819 impl<T, B> Debug for Ref<B, T> implementation
831 impl<T, B> Eq for Ref<B, T> implementation
838 impl<T, B> PartialEq for Ref<B, T> implementation
849 impl<T, B> Ord for Ref<B, T> implementation
862 impl<T, B> PartialOrd for Ref<B, T> implementation