pub struct Avp {
pub attribute_type: AttributeType,
pub value: AttributeValue,
}Fields§
§attribute_type: AttributeType§value: AttributeValueTrait Implementations§
impl Eq for Avp
impl StructuralPartialEq for Avp
Auto Trait Implementations§
impl !Freeze for Avp
impl RefUnwindSafe for Avp
impl Send for Avp
impl Sync for Avp
impl Unpin for Avp
impl UnwindSafe for Avp
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