pub struct Streams {
pub streams: Option<Vec<Stream>>,
pub total: Option<i32>,
}Fields§
§streams: Option<Vec<Stream>>Streams is the page, ordered by name.
total: Option<i32>Total is the org’s stream count before paging.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Streams
impl<'de> Deserialize<'de> for Streams
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
impl StructuralPartialEq for Streams
Auto Trait Implementations§
impl Freeze for Streams
impl RefUnwindSafe for Streams
impl Send for Streams
impl Sync for Streams
impl Unpin for Streams
impl UnsafeUnpin for Streams
impl UnwindSafe for Streams
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