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 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 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
Auto Trait Implementations§
impl Freeze for DeleteApexRedirectParams
impl RefUnwindSafe for DeleteApexRedirectParams
impl Send for DeleteApexRedirectParams
impl Sync for DeleteApexRedirectParams
impl Unpin for DeleteApexRedirectParams
impl UnwindSafe for DeleteApexRedirectParams
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