pub struct IpAddressHandler { /* private fields */ }
Implementations§
Source§impl IpAddressHandler
impl IpAddressHandler
pub fn new(client: FilesClient) -> Self
pub async fn list( &self, cursor: Option<String>, per_page: Option<i64>, ) -> Result<(Vec<IpAddressEntity>, PaginationInfo)>
pub async fn get_reserved(&self) -> Result<Vec<IpAddressEntity>>
pub async fn get_exavault_reserved(&self) -> Result<Vec<IpAddressEntity>>
pub async fn get_smartfile_reserved(&self) -> Result<Vec<IpAddressEntity>>
Auto Trait Implementations§
impl Freeze for IpAddressHandler
impl !RefUnwindSafe for IpAddressHandler
impl Send for IpAddressHandler
impl Sync for IpAddressHandler
impl Unpin for IpAddressHandler
impl !UnwindSafe for IpAddressHandler
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