Struct nethsm_sdk_rs::models::random_data::RandomData
source · pub struct RandomData {
pub random: String,
}Fields§
§random: StringImplementations§
source§impl RandomData
impl RandomData
pub fn new(random: String) -> RandomData
Trait Implementations§
source§impl Clone for RandomData
impl Clone for RandomData
source§fn clone(&self) -> RandomData
fn clone(&self) -> RandomData
Returns a copy of the value. Read more
1.0.0 · 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 RandomData
impl Debug for RandomData
source§impl Default for RandomData
impl Default for RandomData
source§fn default() -> RandomData
fn default() -> RandomData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RandomData
impl<'de> Deserialize<'de> for RandomData
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
source§impl PartialEq for RandomData
impl PartialEq for RandomData
source§fn eq(&self, other: &RandomData) -> bool
fn eq(&self, other: &RandomData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RandomData
impl Serialize for RandomData
impl StructuralPartialEq for RandomData
Auto Trait Implementations§
impl RefUnwindSafe for RandomData
impl Send for RandomData
impl Sync for RandomData
impl Unpin for RandomData
impl UnwindSafe for RandomData
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