#[repr(u32)]pub enum ctx_type {
RT_RPC = 0,
RT_SIGN = 1,
}Variants§
Trait Implementations§
impl Copy for ctx_type
impl Eq for ctx_type
impl StructuralPartialEq for ctx_type
Auto Trait Implementations§
impl Freeze for ctx_type
impl RefUnwindSafe for ctx_type
impl Send for ctx_type
impl Sync for ctx_type
impl Unpin for ctx_type
impl UnwindSafe for ctx_type
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