pub struct V1;
๐Deprecated since 0.2.0: Use V2 or V3 instead of V1. V1 is deprecated.
Expand description
Api V1. Test it here: https://devices.fundamentum-iot-dev.com/api/v1/docs/.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for V1
impl RefUnwindSafe for V1
impl Send for V1
impl Sync for V1
impl Unpin for V1
impl UnwindSafe for V1
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