pub struct EventStream {
pub created_at: Option<String>,
pub id: Option<String>,
pub role_arn: Option<String>,
pub topic_arn: Option<String>,
pub type: Option<String>,
pub updated_at: Option<String>,
}Expand description
EventStream : Event Stream
Fields§
§created_at: Option<String>§id: Option<String>§role_arn: Option<String>§topic_arn: Option<String>§type: Option<String>§updated_at: Option<String>Implementations§
Source§impl EventStream
impl EventStream
Sourcepub fn new() -> EventStream
pub fn new() -> EventStream
Event Stream
Trait Implementations§
Source§impl Clone for EventStream
impl Clone for EventStream
Source§fn clone(&self) -> EventStream
fn clone(&self) -> EventStream
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventStream
impl Debug for EventStream
Source§impl Default for EventStream
impl Default for EventStream
Source§fn default() -> EventStream
fn default() -> EventStream
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventStream
impl<'de> Deserialize<'de> for EventStream
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
Source§impl PartialEq for EventStream
impl PartialEq for EventStream
Source§impl Serialize for EventStream
impl Serialize for EventStream
impl StructuralPartialEq for EventStream
Auto Trait Implementations§
impl Freeze for EventStream
impl RefUnwindSafe for EventStream
impl Send for EventStream
impl Sync for EventStream
impl Unpin for EventStream
impl UnwindSafe for EventStream
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