(function() {var implementors = {}; implementors["cl_sys"] = ["impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["clfft"] = ["impl PartialOrd<Char> for Char","impl PartialOrd<Char2> for Char2","impl PartialOrd<Char3> for Char3","impl PartialOrd<Char4> for Char4","impl PartialOrd<Char8> for Char8","impl PartialOrd<Char16> for Char16","impl PartialOrd<Uchar> for Uchar","impl PartialOrd<Uchar2> for Uchar2","impl PartialOrd<Uchar3> for Uchar3","impl PartialOrd<Uchar4> for Uchar4","impl PartialOrd<Uchar8> for Uchar8","impl PartialOrd<Uchar16> for Uchar16","impl PartialOrd<Short> for Short","impl PartialOrd<Short2> for Short2","impl PartialOrd<Short3> for Short3","impl PartialOrd<Short4> for Short4","impl PartialOrd<Short8> for Short8","impl PartialOrd<Short16> for Short16","impl PartialOrd<Ushort> for Ushort","impl PartialOrd<Ushort2> for Ushort2","impl PartialOrd<Ushort3> for Ushort3","impl PartialOrd<Ushort4> for Ushort4","impl PartialOrd<Ushort8> for Ushort8","impl PartialOrd<Ushort16> for Ushort16","impl PartialOrd<Int> for Int","impl PartialOrd<Int2> for Int2","impl PartialOrd<Int3> for Int3","impl PartialOrd<Int4> for Int4","impl PartialOrd<Int8> for Int8","impl PartialOrd<Int16> for Int16","impl PartialOrd<Uint> for Uint","impl PartialOrd<Uint2> for Uint2","impl PartialOrd<Uint3> for Uint3","impl PartialOrd<Uint4> for Uint4","impl PartialOrd<Uint8> for Uint8","impl PartialOrd<Uint16> for Uint16","impl PartialOrd<Long> for Long","impl PartialOrd<Long2> for Long2","impl PartialOrd<Long3> for Long3","impl PartialOrd<Long4> for Long4","impl PartialOrd<Long8> for Long8","impl PartialOrd<Long16> for Long16","impl PartialOrd<Ulong> for Ulong","impl PartialOrd<Ulong2> for Ulong2","impl PartialOrd<Ulong3> for Ulong3","impl PartialOrd<Ulong4> for Ulong4","impl PartialOrd<Ulong8> for Ulong8","impl PartialOrd<Ulong16> for Ulong16","impl PartialOrd<Float> for Float","impl PartialOrd<Float2> for Float2","impl PartialOrd<Float3> for Float3","impl PartialOrd<Float4> for Float4","impl PartialOrd<Float8> for Float8","impl PartialOrd<Float16> for Float16","impl PartialOrd<Double> for Double","impl PartialOrd<Double2> for Double2","impl PartialOrd<Double3> for Double3","impl PartialOrd<Double4> for Double4","impl PartialOrd<Double8> for Double8","impl PartialOrd<Double16> for Double16","impl PartialOrd<OpenclVersion> for OpenclVersion","impl PartialOrd<DeviceType> for DeviceType","impl PartialOrd<DeviceFpConfig> for DeviceFpConfig","impl PartialOrd<DeviceExecCapabilities> for DeviceExecCapabilities","impl PartialOrd<CommandQueueProperties> for CommandQueueProperties","impl PartialOrd<DeviceAffinityDomain> for DeviceAffinityDomain","impl PartialOrd<MemFlags> for MemFlags","impl PartialOrd<MemMigrationFlags> for MemMigrationFlags","impl PartialOrd<MapFlags> for MapFlags","impl PartialOrd<ProgramBinaryType> for ProgramBinaryType","impl PartialOrd<KernelArgTypeQualifier> for KernelArgTypeQualifier","impl<T> PartialOrd<Ratio<T>> for Ratio<T> where
    T: Clone + Integer
","impl PartialOrd<Json> for Json","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl PartialOrd<BigUint> for BigUint","impl PartialOrd<BigInt> for BigInt","impl PartialOrd<Sign> for Sign","impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["enum_primitive"] = ["impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["libc"] = ["impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["num"] = ["impl PartialOrd<BigUint> for BigUint","impl PartialOrd<BigInt> for BigInt","impl PartialOrd<Sign> for Sign","impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Ratio<T>> for Ratio<T> where
    T: Clone + Integer
","impl PartialOrd<Json> for Json","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["num_bigint"] = ["impl PartialOrd for BigUint","impl PartialOrd for Sign","impl PartialOrd for BigInt",]; implementors["num_rational"] = ["impl<T: Clone + Integer> PartialOrd for Ratio<T>",]; implementors["ocl"] = ["impl PartialOrd<BigUint> for BigUint","impl PartialOrd<BigInt> for BigInt","impl PartialOrd<Sign> for Sign","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl PartialOrd<Char> for Char","impl PartialOrd<Char2> for Char2","impl PartialOrd<Char3> for Char3","impl PartialOrd<Char4> for Char4","impl PartialOrd<Char8> for Char8","impl PartialOrd<Char16> for Char16","impl PartialOrd<Uchar> for Uchar","impl PartialOrd<Uchar2> for Uchar2","impl PartialOrd<Uchar3> for Uchar3","impl PartialOrd<Uchar4> for Uchar4","impl PartialOrd<Uchar8> for Uchar8","impl PartialOrd<Uchar16> for Uchar16","impl PartialOrd<Short> for Short","impl PartialOrd<Short2> for Short2","impl PartialOrd<Short3> for Short3","impl PartialOrd<Short4> for Short4","impl PartialOrd<Short8> for Short8","impl PartialOrd<Short16> for Short16","impl PartialOrd<Ushort> for Ushort","impl PartialOrd<Ushort2> for Ushort2","impl PartialOrd<Ushort3> for Ushort3","impl PartialOrd<Ushort4> for Ushort4","impl PartialOrd<Ushort8> for Ushort8","impl PartialOrd<Ushort16> for Ushort16","impl PartialOrd<Int> for Int","impl PartialOrd<Int2> for Int2","impl PartialOrd<Int3> for Int3","impl PartialOrd<Int4> for Int4","impl PartialOrd<Int8> for Int8","impl PartialOrd<Int16> for Int16","impl PartialOrd<Uint> for Uint","impl PartialOrd<Uint2> for Uint2","impl PartialOrd<Uint3> for Uint3","impl PartialOrd<Uint4> for Uint4","impl PartialOrd<Uint8> for Uint8","impl PartialOrd<Uint16> for Uint16","impl PartialOrd<Long> for Long","impl PartialOrd<Long2> for Long2","impl PartialOrd<Long3> for Long3","impl PartialOrd<Long4> for Long4","impl PartialOrd<Long8> for Long8","impl PartialOrd<Long16> for Long16","impl PartialOrd<Ulong> for Ulong","impl PartialOrd<Ulong2> for Ulong2","impl PartialOrd<Ulong3> for Ulong3","impl PartialOrd<Ulong4> for Ulong4","impl PartialOrd<Ulong8> for Ulong8","impl PartialOrd<Ulong16> for Ulong16","impl PartialOrd<Float> for Float","impl PartialOrd<Float2> for Float2","impl PartialOrd<Float3> for Float3","impl PartialOrd<Float4> for Float4","impl PartialOrd<Float8> for Float8","impl PartialOrd<Float16> for Float16","impl PartialOrd<Double> for Double","impl PartialOrd<Double2> for Double2","impl PartialOrd<Double3> for Double3","impl PartialOrd<Double4> for Double4","impl PartialOrd<Double8> for Double8","impl PartialOrd<Double16> for Double16","impl PartialOrd<OpenclVersion> for OpenclVersion","impl PartialOrd<DeviceType> for DeviceType","impl PartialOrd<DeviceFpConfig> for DeviceFpConfig","impl PartialOrd<DeviceExecCapabilities> for DeviceExecCapabilities","impl PartialOrd<CommandQueueProperties> for CommandQueueProperties","impl PartialOrd<DeviceAffinityDomain> for DeviceAffinityDomain","impl PartialOrd<MemFlags> for MemFlags","impl PartialOrd<MemMigrationFlags> for MemMigrationFlags","impl PartialOrd<MapFlags> for MapFlags","impl PartialOrd<ProgramBinaryType> for ProgramBinaryType","impl PartialOrd<KernelArgTypeQualifier> for KernelArgTypeQualifier","impl<T> PartialOrd<Ratio<T>> for Ratio<T> where
    T: Clone + Integer
","impl PartialOrd<Json> for Json","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String",]; implementors["ocl_core"] = ["impl<T> PartialOrd<Ratio<T>> for Ratio<T> where
    T: Clone + Integer
","impl<T> PartialOrd<Box<T>> for Box<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Arc<T>> for Arc<T> where
    T: PartialOrd<T> + ?Sized
","impl<T> PartialOrd<Rc<T>> for Rc<T> where
    T: PartialOrd<T> + ?Sized
","impl PartialOrd<BigUint> for BigUint","impl PartialOrd<BigInt> for BigInt","impl PartialOrd<Sign> for Sign","impl PartialOrd<CStr> for CStr","impl PartialOrd<OsString> for OsString","impl PartialOrd<str> for OsString","impl PartialOrd<OsStr> for OsStr","impl PartialOrd<str> for OsStr","impl PartialOrd<Ipv4Addr> for Ipv4Addr","impl PartialOrd<Ipv4Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv4Addr","impl PartialOrd<Ipv6Addr> for Ipv6Addr","impl PartialOrd<Ipv6Addr> for IpAddr","impl PartialOrd<IpAddr> for Ipv6Addr","impl<'a> PartialOrd<PrefixComponent<'a>> for PrefixComponent<'a>","impl<'a> PartialOrd<Components<'a>> for Components<'a>","impl PartialOrd<PathBuf> for PathBuf","impl PartialOrd<Path> for Path","impl PartialOrd<CString> for CString","impl<'a, 'b> PartialOrd<OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for OsString","impl<'a, 'b> PartialOrd<OsString> for &'a OsStr","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for OsString","impl PartialOrd<ErrorKind> for ErrorKind","impl PartialOrd<IpAddr> for IpAddr","impl<'a> PartialOrd<Prefix<'a>> for Prefix<'a>","impl<'a> PartialOrd<Component<'a>> for Component<'a>","impl<'a, 'b> PartialOrd<Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Path","impl<'a, 'b> PartialOrd<&'a Path> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for Path","impl<'a, 'b> PartialOrd<&'b Path> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b Path","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for PathBuf","impl<'a, 'b> PartialOrd<OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for PathBuf","impl<'a, 'b> PartialOrd<PathBuf> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for OsStr","impl<'a, 'b> PartialOrd<&'a OsStr> for Path","impl<'a, 'b> PartialOrd<Path> for &'a OsStr","impl<'a, 'b> PartialOrd<Cow<'a, OsStr>> for Path","impl<'a, 'b> PartialOrd<Path> for Cow<'a, OsStr>","impl<'a, 'b> PartialOrd<OsString> for Path","impl<'a, 'b> PartialOrd<Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsStr","impl<'a, 'b> PartialOrd<Cow<'b, OsStr>> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for Cow<'b, OsStr>","impl<'a, 'b> PartialOrd<OsString> for &'a Path","impl<'a, 'b> PartialOrd<&'a Path> for OsString","impl<'a, 'b> PartialOrd<OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsStr","impl<'a, 'b> PartialOrd<&'b OsStr> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for &'b OsStr","impl<'a, 'b> PartialOrd<OsString> for Cow<'a, Path>","impl<'a, 'b> PartialOrd<Cow<'a, Path>> for OsString","impl PartialOrd<Duration> for Duration","impl PartialOrd<Instant> for Instant","impl PartialOrd<SystemTime> for SystemTime","impl PartialOrd<Char> for Char","impl PartialOrd<Char2> for Char2","impl PartialOrd<Char3> for Char3","impl PartialOrd<Char4> for Char4","impl PartialOrd<Char8> for Char8","impl PartialOrd<Char16> for Char16","impl PartialOrd<Uchar> for Uchar","impl PartialOrd<Uchar2> for Uchar2","impl PartialOrd<Uchar3> for Uchar3","impl PartialOrd<Uchar4> for Uchar4","impl PartialOrd<Uchar8> for Uchar8","impl PartialOrd<Uchar16> for Uchar16","impl PartialOrd<Short> for Short","impl PartialOrd<Short2> for Short2","impl PartialOrd<Short3> for Short3","impl PartialOrd<Short4> for Short4","impl PartialOrd<Short8> for Short8","impl PartialOrd<Short16> for Short16","impl PartialOrd<Ushort> for Ushort","impl PartialOrd<Ushort2> for Ushort2","impl PartialOrd<Ushort3> for Ushort3","impl PartialOrd<Ushort4> for Ushort4","impl PartialOrd<Ushort8> for Ushort8","impl PartialOrd<Ushort16> for Ushort16","impl PartialOrd<Int> for Int","impl PartialOrd<Int2> for Int2","impl PartialOrd<Int3> for Int3","impl PartialOrd<Int4> for Int4","impl PartialOrd<Int8> for Int8","impl PartialOrd<Int16> for Int16","impl PartialOrd<Uint> for Uint","impl PartialOrd<Uint2> for Uint2","impl PartialOrd<Uint3> for Uint3","impl PartialOrd<Uint4> for Uint4","impl PartialOrd<Uint8> for Uint8","impl PartialOrd<Uint16> for Uint16","impl PartialOrd<Long> for Long","impl PartialOrd<Long2> for Long2","impl PartialOrd<Long3> for Long3","impl PartialOrd<Long4> for Long4","impl PartialOrd<Long8> for Long8","impl PartialOrd<Long16> for Long16","impl PartialOrd<Ulong> for Ulong","impl PartialOrd<Ulong2> for Ulong2","impl PartialOrd<Ulong3> for Ulong3","impl PartialOrd<Ulong4> for Ulong4","impl PartialOrd<Ulong8> for Ulong8","impl PartialOrd<Ulong16> for Ulong16","impl PartialOrd<Float> for Float","impl PartialOrd<Float2> for Float2","impl PartialOrd<Float3> for Float3","impl PartialOrd<Float4> for Float4","impl PartialOrd<Float8> for Float8","impl PartialOrd<Float16> for Float16","impl PartialOrd<Double> for Double","impl PartialOrd<Double2> for Double2","impl PartialOrd<Double3> for Double3","impl PartialOrd<Double4> for Double4","impl PartialOrd<Double8> for Double8","impl PartialOrd<Double16> for Double16","impl PartialOrd<Json> for Json","impl<K, V> PartialOrd<BTreeMap<K, V>> for BTreeMap<K, V> where
    K: PartialOrd<K>,
    V: PartialOrd<V>, 
","impl<'a, B> PartialOrd<Cow<'a, B>> for Cow<'a, B> where
    B: PartialOrd<B> + ToOwned + ?Sized
","impl<T> PartialOrd<LinkedList<T>> for LinkedList<T> where
    T: PartialOrd<T>, 
","impl<T> PartialOrd<Vec<T>> for Vec<T> where
    T: PartialOrd<T>, 
","impl<A> PartialOrd<VecDeque<A>> for VecDeque<A> where
    A: PartialOrd<A>, 
","impl<T> PartialOrd<BTreeSet<T>> for BTreeSet<T> where
    T: PartialOrd<T>, 
","impl<E> PartialOrd<EnumSet<E>> for EnumSet<E> where
    E: PartialOrd<E>, 
","impl PartialOrd<String> for String","impl PartialOrd for OpenclVersion","impl PartialOrd for DeviceType","impl PartialOrd for DeviceFpConfig","impl PartialOrd for DeviceExecCapabilities","impl PartialOrd for CommandQueueProperties","impl PartialOrd for DeviceAffinityDomain","impl PartialOrd for MemFlags","impl PartialOrd for MemMigrationFlags","impl PartialOrd for MapFlags","impl PartialOrd for ProgramBinaryType","impl PartialOrd for KernelArgTypeQualifier",]; implementors["ocl_core_vector"] = ["impl PartialOrd for Char","impl PartialOrd for Char2","impl PartialOrd for Char3","impl PartialOrd for Char4","impl PartialOrd for Char8","impl PartialOrd for Char16","impl PartialOrd for Uchar","impl PartialOrd for Uchar2","impl PartialOrd for Uchar3","impl PartialOrd for Uchar4","impl PartialOrd for Uchar8","impl PartialOrd for Uchar16","impl PartialOrd for Short","impl PartialOrd for Short2","impl PartialOrd for Short3","impl PartialOrd for Short4","impl PartialOrd for Short8","impl PartialOrd for Short16","impl PartialOrd for Ushort","impl PartialOrd for Ushort2","impl PartialOrd for Ushort3","impl PartialOrd for Ushort4","impl PartialOrd for Ushort8","impl PartialOrd for Ushort16","impl PartialOrd for Int","impl PartialOrd for Int2","impl PartialOrd for Int3","impl PartialOrd for Int4","impl PartialOrd for Int8","impl PartialOrd for Int16","impl PartialOrd for Uint","impl PartialOrd for Uint2","impl PartialOrd for Uint3","impl PartialOrd for Uint4","impl PartialOrd for Uint8","impl PartialOrd for Uint16","impl PartialOrd for Long","impl PartialOrd for Long2","impl PartialOrd for Long3","impl PartialOrd for Long4","impl PartialOrd for Long8","impl PartialOrd for Long16","impl PartialOrd for Ulong","impl PartialOrd for Ulong2","impl PartialOrd for Ulong3","impl PartialOrd for Ulong4","impl PartialOrd for Ulong8","impl PartialOrd for Ulong16","impl PartialOrd for Float","impl PartialOrd for Float2","impl PartialOrd for Float3","impl PartialOrd for Float4","impl PartialOrd for Float8","impl PartialOrd for Float16","impl PartialOrd for Double","impl PartialOrd for Double2","impl PartialOrd for Double3","impl PartialOrd for Double4","impl PartialOrd for Double8","impl PartialOrd for Double16",]; implementors["rustc_serialize"] = ["impl PartialOrd for Json",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()