pub struct RuntimeReplay {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Source§impl Clone for RuntimeReplay
impl Clone for RuntimeReplay
Source§fn clone(&self) -> RuntimeReplay
fn clone(&self) -> RuntimeReplay
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 RuntimeReplay
impl Debug for RuntimeReplay
Source§impl<'de> Deserialize<'de> for RuntimeReplay
impl<'de> Deserialize<'de> for RuntimeReplay
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 RuntimeReplay
Source§impl PartialEq for RuntimeReplay
impl PartialEq for RuntimeReplay
Source§fn eq(&self, other: &RuntimeReplay) -> bool
fn eq(&self, other: &RuntimeReplay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RuntimeReplay
impl Serialize for RuntimeReplay
impl StructuralPartialEq for RuntimeReplay
Auto Trait Implementations§
impl Freeze for RuntimeReplay
impl RefUnwindSafe for RuntimeReplay
impl Send for RuntimeReplay
impl Sync for RuntimeReplay
impl Unpin for RuntimeReplay
impl UnsafeUnpin for RuntimeReplay
impl UnwindSafe for RuntimeReplay
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