pub struct StreamOut {
pub created_at: String,
pub description: Option<String>,
pub id: String,
pub uid: Option<String>,
pub updated_at: String,
}
Fields§
§created_at: String
§description: Option<String>
§id: String
§uid: Option<String>
§updated_at: String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StreamOut
impl<'de> Deserialize<'de> for StreamOut
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 StreamOut
Auto Trait Implementations§
impl Freeze for StreamOut
impl RefUnwindSafe for StreamOut
impl Send for StreamOut
impl Sync for StreamOut
impl Unpin for StreamOut
impl UnwindSafe for StreamOut
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