pub struct GetWhitelistIpAddressesParams {
pub user_id: String,
}
Expand description
struct for passing parameters to the method [get_whitelist_ip_addresses
]
Fields§
§user_id: String
The ID of the api user
Implementations§
Source§impl GetWhitelistIpAddressesParams
impl GetWhitelistIpAddressesParams
Sourcepub fn builder() -> GetWhitelistIpAddressesParamsBuilder
pub fn builder() -> GetWhitelistIpAddressesParamsBuilder
Create an instance of GetWhitelistIpAddressesParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetWhitelistIpAddressesParams
impl Clone for GetWhitelistIpAddressesParams
Source§fn clone(&self) -> GetWhitelistIpAddressesParams
fn clone(&self) -> GetWhitelistIpAddressesParams
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 moreAuto Trait Implementations§
impl Freeze for GetWhitelistIpAddressesParams
impl RefUnwindSafe for GetWhitelistIpAddressesParams
impl Send for GetWhitelistIpAddressesParams
impl Sync for GetWhitelistIpAddressesParams
impl Unpin for GetWhitelistIpAddressesParams
impl UnwindSafe for GetWhitelistIpAddressesParams
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