pub struct CreateOrUpdateIpCustomHeaderRequest {
pub header_name: String,
}Expand description
Parameters for create_or_update_ip_custom_header.
Fields§
§header_name: StringHeader name used to identify the client IP (e.g. X-Forwarded-For).
Trait Implementations§
Source§impl Clone for CreateOrUpdateIpCustomHeaderRequest
impl Clone for CreateOrUpdateIpCustomHeaderRequest
Source§fn clone(&self) -> CreateOrUpdateIpCustomHeaderRequest
fn clone(&self) -> CreateOrUpdateIpCustomHeaderRequest
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 Default for CreateOrUpdateIpCustomHeaderRequest
impl Default for CreateOrUpdateIpCustomHeaderRequest
Source§fn default() -> CreateOrUpdateIpCustomHeaderRequest
fn default() -> CreateOrUpdateIpCustomHeaderRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateOrUpdateIpCustomHeaderRequest
impl RefUnwindSafe for CreateOrUpdateIpCustomHeaderRequest
impl Send for CreateOrUpdateIpCustomHeaderRequest
impl Sync for CreateOrUpdateIpCustomHeaderRequest
impl Unpin for CreateOrUpdateIpCustomHeaderRequest
impl UnsafeUnpin for CreateOrUpdateIpCustomHeaderRequest
impl UnwindSafe for CreateOrUpdateIpCustomHeaderRequest
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