pub struct NubisClient { /* private fields */ }Expand description
Main Nubis SDK client
Implementations§
Source§impl NubisClient
impl NubisClient
Sourcepub fn with_config(config: NubisConfig) -> Self
pub fn with_config(config: NubisConfig) -> Self
Create a new Nubis client with custom configuration
Source§impl NubisClient
Main Nubis SDK client with resource accessors
impl NubisClient
Main Nubis SDK client with resource accessors
Auto Trait Implementations§
impl Freeze for NubisClient
impl !RefUnwindSafe for NubisClient
impl Send for NubisClient
impl Sync for NubisClient
impl Unpin for NubisClient
impl !UnwindSafe for NubisClient
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