pub enum ParameterGovernor {
None,
TypeOrClass(ASN1Type),
Class(String),
}
Variants§
Trait Implementations§
source§impl Clone for ParameterGovernor
impl Clone for ParameterGovernor
source§fn clone(&self) -> ParameterGovernor
fn clone(&self) -> ParameterGovernor
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 ParameterGovernor
impl Debug for ParameterGovernor
source§impl Default for ParameterGovernor
impl Default for ParameterGovernor
source§fn default() -> ParameterGovernor
fn default() -> ParameterGovernor
Returns the “default value” for a type. Read more
source§impl PartialEq for ParameterGovernor
impl PartialEq for ParameterGovernor
impl StructuralPartialEq for ParameterGovernor
Auto Trait Implementations§
impl Freeze for ParameterGovernor
impl RefUnwindSafe for ParameterGovernor
impl Send for ParameterGovernor
impl Sync for ParameterGovernor
impl Unpin for ParameterGovernor
impl UnwindSafe for ParameterGovernor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)