pub struct ServiceItemWithCallingPointsListWrapper {
pub services: Vec<ServiceItemWithCallingPoints>,
}Fields§
§services: Vec<ServiceItemWithCallingPoints>Trait Implementations§
Source§impl Default for ServiceItemWithCallingPointsListWrapper
impl Default for ServiceItemWithCallingPointsListWrapper
Source§fn default() -> ServiceItemWithCallingPointsListWrapper
fn default() -> ServiceItemWithCallingPointsListWrapper
Returns the “default value” for a type. Read more
Source§impl YaDeserialize for ServiceItemWithCallingPointsListWrapper
impl YaDeserialize for ServiceItemWithCallingPointsListWrapper
fn deserialize<R: Read>(reader: &mut Deserializer<R>) -> Result<Self, String>
Source§impl YaSerialize for ServiceItemWithCallingPointsListWrapper
impl YaSerialize for ServiceItemWithCallingPointsListWrapper
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace, ) -> Result<(Vec<OwnedAttribute>, Namespace), String>
Auto Trait Implementations§
impl Freeze for ServiceItemWithCallingPointsListWrapper
impl RefUnwindSafe for ServiceItemWithCallingPointsListWrapper
impl Send for ServiceItemWithCallingPointsListWrapper
impl Sync for ServiceItemWithCallingPointsListWrapper
impl Unpin for ServiceItemWithCallingPointsListWrapper
impl UnsafeUnpin for ServiceItemWithCallingPointsListWrapper
impl UnwindSafe for ServiceItemWithCallingPointsListWrapper
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