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 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 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 Freeze for GetApexRedirectParams
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