pub struct RegisteredContextOperation(/* private fields */);Expand description
Static registered operation labels are borrowed forever, never copied as text.
Implementations§
Source§impl RegisteredContextOperation
impl RegisteredContextOperation
pub fn checked(value: &'static str) -> Result<Self, ContextConflict>
Trait Implementations§
Source§impl Clone for RegisteredContextOperation
impl Clone for RegisteredContextOperation
Source§fn clone(&self) -> RegisteredContextOperation
fn clone(&self) -> RegisteredContextOperation
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 RegisteredContextOperation
impl Eq for RegisteredContextOperation
impl StructuralPartialEq for RegisteredContextOperation
Auto Trait Implementations§
impl Freeze for RegisteredContextOperation
impl RefUnwindSafe for RegisteredContextOperation
impl Send for RegisteredContextOperation
impl Sync for RegisteredContextOperation
impl Unpin for RegisteredContextOperation
impl UnsafeUnpin for RegisteredContextOperation
impl UnwindSafe for RegisteredContextOperation
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