pub struct GetIpProtection<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetIpProtection<'a>
impl<'a> GetIpProtection<'a>
Sourcepub fn builder(client: &'a Client) -> GetIpProtectionBuilder<'a>
pub fn builder(client: &'a Client) -> GetIpProtectionBuilder<'a>
Create an instance of GetIpProtection using the builder syntax
Source§impl GetIpProtection<'_>
impl GetIpProtection<'_>
pub async fn send(&self) -> Result<GetIpProtectionResult, Error>
Auto Trait Implementations§
impl<'a> Freeze for GetIpProtection<'a>
impl<'a> !RefUnwindSafe for GetIpProtection<'a>
impl<'a> Send for GetIpProtection<'a>
impl<'a> Sync for GetIpProtection<'a>
impl<'a> Unpin for GetIpProtection<'a>
impl<'a> UnsafeUnpin for GetIpProtection<'a>
impl<'a> !UnwindSafe for GetIpProtection<'a>
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