Struct fastly_api::apis::apex_redirect_api::GetApexRedirectParams
source · pub struct GetApexRedirectParams {
pub apex_redirect_id: String,
}
Expand description
struct for passing parameters to the method get_apex_redirect
Fields§
§apex_redirect_id: String
Trait Implementations§
source§impl Clone for GetApexRedirectParams
impl Clone for GetApexRedirectParams
source§fn clone(&self) -> GetApexRedirectParams
fn clone(&self) -> GetApexRedirectParams
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 GetApexRedirectParams
impl Debug for GetApexRedirectParams
source§impl Default for GetApexRedirectParams
impl Default for GetApexRedirectParams
source§fn default() -> GetApexRedirectParams
fn default() -> GetApexRedirectParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetApexRedirectParams
impl Send for GetApexRedirectParams
impl Sync for GetApexRedirectParams
impl Unpin for GetApexRedirectParams
impl UnwindSafe for GetApexRedirectParams
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