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