pub enum BaseAvp {
Other(GenericAvp),
}Available on crate feature
alloc only.Variants§
Other(GenericAvp)
Trait Implementations§
Source§impl From<&BaseAvpRef<'_>> for BaseAvp
impl From<&BaseAvpRef<'_>> for BaseAvp
Source§fn from(value: &BaseAvpRef<'_>) -> Self
fn from(value: &BaseAvpRef<'_>) -> Self
Converts to this type from the input type.
Source§impl From<BaseAvpRef<'_>> for BaseAvp
impl From<BaseAvpRef<'_>> for BaseAvp
Source§fn from(value: BaseAvpRef<'_>) -> Self
fn from(value: BaseAvpRef<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BaseAvp
impl RefUnwindSafe for BaseAvp
impl Send for BaseAvp
impl Sync for BaseAvp
impl Unpin for BaseAvp
impl UnwindSafe for BaseAvp
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