pub struct SigninEndpoint {
pub click_tracking_params: String,
pub web_navigation_endpoint_data: Option<WebNavigationEndpointData>,
}Fields§
§click_tracking_params: StringTrait Implementations§
Source§impl Clone for SigninEndpoint
impl Clone for SigninEndpoint
Source§fn clone(&self) -> SigninEndpoint
fn clone(&self) -> SigninEndpoint
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 Debug for SigninEndpoint
impl Debug for SigninEndpoint
Source§impl<'de> Deserialize<'de> for SigninEndpoint
impl<'de> Deserialize<'de> for SigninEndpoint
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 SigninEndpoint
impl RefUnwindSafe for SigninEndpoint
impl Send for SigninEndpoint
impl Sync for SigninEndpoint
impl Unpin for SigninEndpoint
impl UnwindSafe for SigninEndpoint
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