pub struct TeclaClient { /* private fields */ }
Implementations§
Source§impl TeclaClient
impl TeclaClient
pub fn new(url: &str) -> Self
pub fn get_learning_institutions(&self) -> Result<Vec<TeclaInstitution>, Error>
Auto Trait Implementations§
impl Freeze for TeclaClient
impl RefUnwindSafe for TeclaClient
impl Send for TeclaClient
impl Sync for TeclaClient
impl Unpin for TeclaClient
impl UnwindSafe for TeclaClient
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