pub struct RevocationInfoChoices(/* private fields */);
Expand description
Revocation info choices.
RevocationInfoChoices ::= SET OF RevocationInfoChoice
Implementations§
Source§impl RevocationInfoChoices
impl RevocationInfoChoices
pub fn take_from<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Self, DecodeError<S::Error>>
Trait Implementations§
Source§impl Clone for RevocationInfoChoices
impl Clone for RevocationInfoChoices
Source§fn clone(&self) -> RevocationInfoChoices
fn clone(&self) -> RevocationInfoChoices
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 RevocationInfoChoices
impl Debug for RevocationInfoChoices
Source§impl PartialEq for RevocationInfoChoices
impl PartialEq for RevocationInfoChoices
impl Eq for RevocationInfoChoices
impl StructuralPartialEq for RevocationInfoChoices
Auto Trait Implementations§
impl Freeze for RevocationInfoChoices
impl RefUnwindSafe for RevocationInfoChoices
impl Send for RevocationInfoChoices
impl Sync for RevocationInfoChoices
impl Unpin for RevocationInfoChoices
impl UnwindSafe for RevocationInfoChoices
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