pub enum ContractScope {
Base,
Supplemental,
}Expand description
Whether an identifier belongs to the base station-control inventory or an independently supported extension family.
Variants§
Trait Implementations§
Source§impl Clone for ContractScope
impl Clone for ContractScope
Source§fn clone(&self) -> ContractScope
fn clone(&self) -> ContractScope
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 ContractScope
Source§impl Debug for ContractScope
impl Debug for ContractScope
impl Eq for ContractScope
Source§impl Hash for ContractScope
impl Hash for ContractScope
Source§impl PartialEq for ContractScope
impl PartialEq for ContractScope
impl StructuralPartialEq for ContractScope
Auto Trait Implementations§
impl Freeze for ContractScope
impl RefUnwindSafe for ContractScope
impl Send for ContractScope
impl Sync for ContractScope
impl Unpin for ContractScope
impl UnsafeUnpin for ContractScope
impl UnwindSafe for ContractScope
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