pub struct More {
pub children: Vec<Box<str>>,
}
Expand description
kind == “more” See https://github.com/reddit-archive/reddit/wiki/JSON#more
Fields§
§children: Vec<Box<str>>
A list of String ids that are the additional things that can be downloaded but are not because there are too many to list.
Trait Implementations§
source§impl<'de> Deserialize<'de> for More
impl<'de> Deserialize<'de> for More
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for More
impl RefUnwindSafe for More
impl Send for More
impl Sync for More
impl Unpin for More
impl UnwindSafe for More
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more