pub struct V2EventStream(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for V2EventStream
impl Clone for V2EventStream
Source§fn clone(&self) -> V2EventStream
fn clone(&self) -> V2EventStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 V2EventStream
impl Debug for V2EventStream
Source§impl Default for V2EventStream
impl Default for V2EventStream
Source§fn default() -> V2EventStream
fn default() -> V2EventStream
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V2EventStream
impl<'de> Deserialize<'de> for V2EventStream
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 Eq for V2EventStream
Source§impl Hash for V2EventStream
impl Hash for V2EventStream
Source§impl PartialEq for V2EventStream
impl PartialEq for V2EventStream
Source§impl Serialize for V2EventStream
impl Serialize for V2EventStream
impl StructuralPartialEq for V2EventStream
Auto Trait Implementations§
impl Freeze for V2EventStream
impl RefUnwindSafe for V2EventStream
impl Send for V2EventStream
impl Sync for V2EventStream
impl Unpin for V2EventStream
impl UnsafeUnpin for V2EventStream
impl UnwindSafe for V2EventStream
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