pub struct CreateLeadFormParams {
pub location_id: String,
}Available on crate feature
ad-manager only.Expand description
Query parameters for AdManagerService::create_lead_form.
Fields§
§location_id: StringLocation identifier Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for CreateLeadFormParams
impl Clone for CreateLeadFormParams
Source§fn clone(&self) -> CreateLeadFormParams
fn clone(&self) -> CreateLeadFormParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateLeadFormParams
impl Debug for CreateLeadFormParams
Source§impl Default for CreateLeadFormParams
impl Default for CreateLeadFormParams
Source§fn default() -> CreateLeadFormParams
fn default() -> CreateLeadFormParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateLeadFormParams
impl RefUnwindSafe for CreateLeadFormParams
impl Send for CreateLeadFormParams
impl Sync for CreateLeadFormParams
impl Unpin for CreateLeadFormParams
impl UnsafeUnpin for CreateLeadFormParams
impl UnwindSafe for CreateLeadFormParams
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