pub struct GetTariffsRequest {
pub custom_data: Option<CustomData>,
pub evse_id: i64,
}Fields§
§custom_data: Option<CustomData>§evse_id: i64EVSE id to get tariff from. When evseId = 0, this gets tariffs from all EVSEs.
Trait Implementations§
Source§impl Clone for GetTariffsRequest
impl Clone for GetTariffsRequest
Source§fn clone(&self) -> GetTariffsRequest
fn clone(&self) -> GetTariffsRequest
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 moreSource§impl Debug for GetTariffsRequest
impl Debug for GetTariffsRequest
impl Eq for GetTariffsRequest
Source§impl PartialEq for GetTariffsRequest
impl PartialEq for GetTariffsRequest
impl StructuralPartialEq for GetTariffsRequest
Auto Trait Implementations§
impl Freeze for GetTariffsRequest
impl RefUnwindSafe for GetTariffsRequest
impl Send for GetTariffsRequest
impl Sync for GetTariffsRequest
impl Unpin for GetTariffsRequest
impl UnsafeUnpin for GetTariffsRequest
impl UnwindSafe for GetTariffsRequest
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