pub struct DarioActive {
pub generation_id: String,
pub base_url: String,
pub api_key: String,
}Fields§
§generation_id: String§base_url: String§api_key: StringTrait Implementations§
Source§impl Clone for DarioActive
impl Clone for DarioActive
Source§fn clone(&self) -> DarioActive
fn clone(&self) -> DarioActive
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DarioActive
impl RefUnwindSafe for DarioActive
impl Send for DarioActive
impl Sync for DarioActive
impl Unpin for DarioActive
impl UnsafeUnpin for DarioActive
impl UnwindSafe for DarioActive
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