Struct scsys_gen::StringGenerator
source · Fields
data: Stringtimestamp: i64Implementations
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 moresourceimpl 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
sourceimpl Serialize for StringGenerator
impl Serialize for StringGenerator
impl Eq for StringGenerator
impl StructuralEq 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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