pub struct V2;
Expand description
Api V2. Test it here: https://devices.fundamentum-iot-dev.com/api/v2/docs/.
Trait Implementations§
Source§impl ApiVersion for V2
impl ApiVersion for V2
Source§fn version_str() -> &'static str
fn version_str() -> &'static str
Get the version of the API.
impl Copy for V2
Auto Trait Implementations§
impl Freeze for V2
impl RefUnwindSafe for V2
impl Send for V2
impl Sync for V2
impl Unpin for V2
impl UnwindSafe for V2
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