mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-18 02:41:03 +00:00
Mention rc feature in list of trait impls in documentation
This commit is contained in:
+2
-2
@@ -59,13 +59,13 @@
|
|||||||
//! - Box\<T\>
|
//! - Box\<T\>
|
||||||
//! - Box\<\[T\]\>
|
//! - Box\<\[T\]\>
|
||||||
//! - Box\<str\>
|
//! - Box\<str\>
|
||||||
//! - Rc\<T\>
|
|
||||||
//! - Arc\<T\>
|
|
||||||
//! - Cow\<'a, T\>
|
//! - Cow\<'a, T\>
|
||||||
//! - Cell\<T\>
|
//! - Cell\<T\>
|
||||||
//! - RefCell\<T\>
|
//! - RefCell\<T\>
|
||||||
//! - Mutex\<T\>
|
//! - Mutex\<T\>
|
||||||
//! - RwLock\<T\>
|
//! - RwLock\<T\>
|
||||||
|
//! - Rc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
|
//! - Arc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
//! - **Collection types**:
|
//! - **Collection types**:
|
||||||
//! - BTreeMap\<K, V\>
|
//! - BTreeMap\<K, V\>
|
||||||
//! - BTreeSet\<T\>
|
//! - BTreeSet\<T\>
|
||||||
|
|||||||
@@ -56,13 +56,13 @@
|
|||||||
//! - PhantomData\<T\>
|
//! - PhantomData\<T\>
|
||||||
//! - **Wrapper types**:
|
//! - **Wrapper types**:
|
||||||
//! - Box\<T\>
|
//! - Box\<T\>
|
||||||
//! - Rc\<T\>
|
|
||||||
//! - Arc\<T\>
|
|
||||||
//! - Cow\<'a, T\>
|
//! - Cow\<'a, T\>
|
||||||
//! - Cell\<T\>
|
//! - Cell\<T\>
|
||||||
//! - RefCell\<T\>
|
//! - RefCell\<T\>
|
||||||
//! - Mutex\<T\>
|
//! - Mutex\<T\>
|
||||||
//! - RwLock\<T\>
|
//! - RwLock\<T\>
|
||||||
|
//! - Rc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
|
//! - Arc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
//! - **Collection types**:
|
//! - **Collection types**:
|
||||||
//! - BTreeMap\<K, V\>
|
//! - BTreeMap\<K, V\>
|
||||||
//! - BTreeSet\<T\>
|
//! - BTreeSet\<T\>
|
||||||
|
|||||||
Reference in New Issue
Block a user