pub struct DeleteApexRedirectParams {
pub apex_redirect_id: String,
}
Expand description
struct for passing parameters to the method delete_apex_redirect
Fields§
§apex_redirect_id: String
Trait Implementations§
source§impl Clone for DeleteApexRedirectParams
impl Clone for DeleteApexRedirectParams
source§fn clone(&self) -> DeleteApexRedirectParams
fn clone(&self) -> DeleteApexRedirectParams
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 DeleteApexRedirectParams
impl Debug for DeleteApexRedirectParams
source§impl Default for DeleteApexRedirectParams
impl Default for DeleteApexRedirectParams
source§fn default() -> DeleteApexRedirectParams
fn default() -> DeleteApexRedirectParams
Returns the “default value” for a type. Read more