Struct sep2_common::packages::fsa::FunctionSetAssignmentsBase
source · pub struct FunctionSetAssignmentsBase {
pub customer_account_list_link: Option<CustomerAccountListLink>,
pub demand_response_program_list_link: Option<DemandResponseProgramListLink>,
pub der_program_list_link: Option<DERProgramListLink>,
pub file_list_link: Option<FileListLink>,
pub messaging_program_list_link: Option<MessagingProgramListLink>,
pub prepayment_list_link: Option<PrepaymentListLink>,
pub response_set_list_link: Option<ResponseSetListLink>,
pub tariff_profile_list_link: Option<TariffProfileListLink>,
pub time_link: Option<TimeLink>,
pub usage_point_list_link: Option<UsagePointListLink>,
pub href: Option<String>,
}
Available on crate feature
fsa
only.Fields§
§customer_account_list_link: Option<CustomerAccountListLink>
§demand_response_program_list_link: Option<DemandResponseProgramListLink>
§der_program_list_link: Option<DERProgramListLink>
§file_list_link: Option<FileListLink>
§messaging_program_list_link: Option<MessagingProgramListLink>
§prepayment_list_link: Option<PrepaymentListLink>
§response_set_list_link: Option<ResponseSetListLink>
§tariff_profile_list_link: Option<TariffProfileListLink>
§time_link: Option<TimeLink>
§usage_point_list_link: Option<UsagePointListLink>
§href: Option<String>
A reference to the resource address (URI). Required in a response to a GET, ignored otherwise.
Trait Implementations§
source§impl Clone for FunctionSetAssignmentsBase
impl Clone for FunctionSetAssignmentsBase
source§fn clone(&self) -> FunctionSetAssignmentsBase
fn clone(&self) -> FunctionSetAssignmentsBase
Returns a copy of the value. Read more
1.0.0 · 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 FunctionSetAssignmentsBase
impl Debug for FunctionSetAssignmentsBase
source§impl Default for FunctionSetAssignmentsBase
impl Default for FunctionSetAssignmentsBase
source§fn default() -> FunctionSetAssignmentsBase
fn default() -> FunctionSetAssignmentsBase
Returns the “default value” for a type. Read more
source§impl PartialEq<FunctionSetAssignmentsBase> for FunctionSetAssignmentsBase
impl PartialEq<FunctionSetAssignmentsBase> for FunctionSetAssignmentsBase
source§fn eq(&self, other: &FunctionSetAssignmentsBase) -> bool
fn eq(&self, other: &FunctionSetAssignmentsBase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SEFunctionSetAssignmentsBase for FunctionSetAssignmentsBase
impl SEFunctionSetAssignmentsBase for FunctionSetAssignmentsBase
fn customer_account_list_link(&self) -> Option<&CustomerAccountListLink>
fn demand_response_program_list_link( &self ) -> Option<&DemandResponseProgramListLink>
fn der_program_list_link(&self) -> Option<&DERProgramListLink>
fn file_list_link(&self) -> Option<&FileListLink>
fn messaging_program_list_link(&self) -> Option<&MessagingProgramListLink>
fn prepayment_list_link(&self) -> Option<&PrepaymentListLink>
fn response_set_list_link(&self) -> Option<&ResponseSetListLink>
fn tariff_profile_list_link(&self) -> Option<&TariffProfileListLink>
fn time_link(&self) -> Option<&TimeLink>
fn usage_point_list_link(&self) -> Option<&UsagePointListLink>
source§impl YaDeserialize for FunctionSetAssignmentsBase
impl YaDeserialize for FunctionSetAssignmentsBase
source§impl YaSerialize for FunctionSetAssignmentsBase
impl YaSerialize for FunctionSetAssignmentsBase
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for FunctionSetAssignmentsBase
impl StructuralEq for FunctionSetAssignmentsBase
impl StructuralPartialEq for FunctionSetAssignmentsBase
Auto Trait Implementations§
impl RefUnwindSafe for FunctionSetAssignmentsBase
impl Send for FunctionSetAssignmentsBase
impl Sync for FunctionSetAssignmentsBase
impl Unpin for FunctionSetAssignmentsBase
impl UnwindSafe for FunctionSetAssignmentsBase
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