pub struct DynamicRegistrationFinishParams {
pub registration_endpoint: String,
pub registration_token: Option<String>,
pub product_family_code: Option<String>,
}Fields§
§registration_endpoint: String§registration_token: Option<String>§product_family_code: Option<String>Trait Implementations§
Source§impl Clone for DynamicRegistrationFinishParams
impl Clone for DynamicRegistrationFinishParams
Source§fn clone(&self) -> DynamicRegistrationFinishParams
fn clone(&self) -> DynamicRegistrationFinishParams
Returns a duplicate 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<'de> Deserialize<'de> for DynamicRegistrationFinishParams
impl<'de> Deserialize<'de> for DynamicRegistrationFinishParams
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
Auto Trait Implementations§
impl Freeze for DynamicRegistrationFinishParams
impl RefUnwindSafe for DynamicRegistrationFinishParams
impl Send for DynamicRegistrationFinishParams
impl Sync for DynamicRegistrationFinishParams
impl Unpin for DynamicRegistrationFinishParams
impl UnwindSafe for DynamicRegistrationFinishParams
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