pub struct Lookup { /* private fields */ }
Implementations§
Source§impl Lookup
impl Lookup
pub fn new(client: Client) -> Self
pub fn cnam(&self, params: LookupParams) -> Result<CallingNameDelivery, Error>
pub fn format(&self, params: LookupParams) -> Result<NumberFormat, Error>
pub fn hlr(&self, params: LookupParams) -> Result<HomeLocationRegister, Error>
pub fn mnp_text(&self, params: LookupParams) -> Result<String, Error>
pub fn mnp_json( &self, params: LookupParams, ) -> Result<MobileNumberPortability, Error>
Auto Trait Implementations§
impl Freeze for Lookup
impl RefUnwindSafe for Lookup
impl Send for Lookup
impl Sync for Lookup
impl Unpin for Lookup
impl UnwindSafe for Lookup
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