pub struct GetFunnelPagesParams {
pub location_id: String,
pub funnel_id: String,
pub limit: Option<u32>,
pub offset: Option<u32>,
}Fields§
§location_id: String§funnel_id: String§limit: Option<u32>§offset: Option<u32>Trait Implementations§
Source§impl Clone for GetFunnelPagesParams
impl Clone for GetFunnelPagesParams
Source§fn clone(&self) -> GetFunnelPagesParams
fn clone(&self) -> GetFunnelPagesParams
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 GetFunnelPagesParams
impl Debug for GetFunnelPagesParams
Source§impl Default for GetFunnelPagesParams
impl Default for GetFunnelPagesParams
Source§fn default() -> GetFunnelPagesParams
fn default() -> GetFunnelPagesParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFunnelPagesParams
impl<'de> Deserialize<'de> for GetFunnelPagesParams
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 GetFunnelPagesParams
impl RefUnwindSafe for GetFunnelPagesParams
impl Send for GetFunnelPagesParams
impl Sync for GetFunnelPagesParams
impl Unpin for GetFunnelPagesParams
impl UnsafeUnpin for GetFunnelPagesParams
impl UnwindSafe for GetFunnelPagesParams
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