pub struct Visualisation {
pub api_key: &'static str,
pub endpoint: &'static str,
pub params: Params,
}Fields§
§api_key: &'static str§endpoint: &'static str§params: ParamsImplementations§
Auto Trait Implementations§
impl Freeze for Visualisation
impl RefUnwindSafe for Visualisation
impl Send for Visualisation
impl Sync for Visualisation
impl Unpin for Visualisation
impl UnwindSafe for Visualisation
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