#[repr(u8)]pub enum RuntimeOperation {
Show 14 variants
AnnounceNow = 0,
SendSinglePacket = 1,
SendGroup = 2,
RequestPath = 3,
EstablishLink = 4,
SendToLink = 5,
Identify = 6,
SendRequest = 7,
Respond = 8,
CloseLink = 9,
SendResource = 10,
SetResourceStrategy = 11,
SendToChannel = 12,
AllowRequester = 13,
}Variants§
AnnounceNow = 0
SendSinglePacket = 1
SendGroup = 2
RequestPath = 3
EstablishLink = 4
SendToLink = 5
Identify = 6
SendRequest = 7
Respond = 8
CloseLink = 9
SendResource = 10
SetResourceStrategy = 11
SendToChannel = 12
AllowRequester = 13
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeOperation
impl Clone for RuntimeOperation
Source§fn clone(&self) -> RuntimeOperation
fn clone(&self) -> RuntimeOperation
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 RuntimeOperation
Source§impl Debug for RuntimeOperation
impl Debug for RuntimeOperation
impl Eq for RuntimeOperation
Source§impl PartialEq for RuntimeOperation
impl PartialEq for RuntimeOperation
impl StructuralPartialEq for RuntimeOperation
Auto Trait Implementations§
impl Freeze for RuntimeOperation
impl RefUnwindSafe for RuntimeOperation
impl Send for RuntimeOperation
impl Sync for RuntimeOperation
impl Unpin for RuntimeOperation
impl UnsafeUnpin for RuntimeOperation
impl UnwindSafe for RuntimeOperation
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