Type Alias Grouped

Source
pub type Grouped = AvpData<Vec<Avp>>;

Aliased Type§

pub struct Grouped(/* private fields */);

Implementations§

Source§

impl Grouped

Source

pub fn avps(&self) -> &Vec<Avp>

Source

pub fn add(&mut self, avp: Avp)

Source

pub fn add_avp( &mut self, code: u32, vendor_id: Option<u32>, flags: AvpFlags, value: AvpValue, )

Trait Implementations§

Source§

impl Into<AvpValue> for Grouped

Source§

fn into(self) -> AvpValue

Converts this type into the (usually inferred) input type.