Struct scsys_core::generate::StringGenerator
source · [−]Fields
data: String
timestamp: i64
Implementations
Trait Implementations
sourceimpl Clone for StringGenerator
impl Clone for StringGenerator
sourcefn clone(&self) -> StringGenerator
fn clone(&self) -> StringGenerator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StringGenerator
impl Debug for StringGenerator
sourceimpl Default for StringGenerator
impl Default for StringGenerator
sourceimpl<'de> Deserialize<'de> for StringGenerator
impl<'de> Deserialize<'de> for StringGenerator
sourcefn 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
sourceimpl Hash for StringGenerator
impl Hash for StringGenerator
sourceimpl PartialEq<StringGenerator> for StringGenerator
impl PartialEq<StringGenerator> for StringGenerator
sourcefn eq(&self, other: &StringGenerator) -> bool
fn eq(&self, other: &StringGenerator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &StringGenerator) -> bool
fn ne(&self, other: &StringGenerator) -> bool
This method tests for !=
.
sourceimpl Serialize for StringGenerator
impl Serialize for StringGenerator
impl StructuralPartialEq for StringGenerator
Auto Trait Implementations
impl RefUnwindSafe for StringGenerator
impl Send for StringGenerator
impl Sync for StringGenerator
impl Unpin for StringGenerator
impl UnwindSafe for StringGenerator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more