pub enum ConstructLoweringAuthorityProfile {
None,
CapabilityScoped,
EventAdmission,
ProjectionSource,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConstructLoweringAuthorityProfile
impl Clone for ConstructLoweringAuthorityProfile
Source§fn clone(&self) -> ConstructLoweringAuthorityProfile
fn clone(&self) -> ConstructLoweringAuthorityProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConstructLoweringAuthorityProfile
impl Eq for ConstructLoweringAuthorityProfile
Source§impl PartialEq for ConstructLoweringAuthorityProfile
impl PartialEq for ConstructLoweringAuthorityProfile
Source§fn eq(&self, other: &ConstructLoweringAuthorityProfile) -> bool
fn eq(&self, other: &ConstructLoweringAuthorityProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConstructLoweringAuthorityProfile
Auto Trait Implementations§
impl Freeze for ConstructLoweringAuthorityProfile
impl RefUnwindSafe for ConstructLoweringAuthorityProfile
impl Send for ConstructLoweringAuthorityProfile
impl Sync for ConstructLoweringAuthorityProfile
impl Unpin for ConstructLoweringAuthorityProfile
impl UnsafeUnpin for ConstructLoweringAuthorityProfile
impl UnwindSafe for ConstructLoweringAuthorityProfile
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