Struct greader_api::models::Stream [−][src]
pub struct Stream {
pub direction: Option<String>,
pub id: String,
pub title: Option<String>,
pub description: Option<String>,
pub own: Option<Own>,
pub updated: i64,
pub updated_usec: Option<String>,
pub items: Vec<Item>,
pub author: Option<String>,
pub continuation: Option<String>,
}Fields
direction: Option<String>id: Stringtitle: Option<String>description: Option<String>own: Option<Own>updated: i64updated_usec: Option<String>items: Vec<Item>continuation: Option<String>Implementations
Trait Implementations
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 RefUnwindSafe for Stream
impl UnwindSafe for Stream
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
