pub struct SplaClient {
pub base_url: String,
/* private fields */
}Fields§
§base_url: StringImplementations§
Auto Trait Implementations§
impl Freeze for SplaClient
impl !RefUnwindSafe for SplaClient
impl Send for SplaClient
impl Sync for SplaClient
impl Unpin for SplaClient
impl UnsafeUnpin for SplaClient
impl !UnwindSafe for SplaClient
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