#[repr(C)]pub enum PrnsCommand {
Show 13 variants
AnnounceNow(AnnounceNow),
SendSinglePacket(SendSinglePacket),
SendGroup(SendGroup),
RequestPath(RequestPath),
EstablishLink(EstablishLink),
SendToLink(SendToLink),
SendToChannel(SendToChannel),
Identify(Identify),
SendRequest(SendRequest),
Respond(Respond),
CloseLink(CloseLink),
SetResourceStrategy(SetResourceStrategy),
AllowRequester(AllowRequester),
}Variants§
AnnounceNow(AnnounceNow)
SendSinglePacket(SendSinglePacket)
SendGroup(SendGroup)
RequestPath(RequestPath)
EstablishLink(EstablishLink)
SendToLink(SendToLink)
SendToChannel(SendToChannel)
Identify(Identify)
SendRequest(SendRequest)
Respond(Respond)
CloseLink(CloseLink)
SetResourceStrategy(SetResourceStrategy)
AllowRequester(AllowRequester)
Trait Implementations§
Source§impl Clone for PrnsCommand
impl Clone for PrnsCommand
Source§fn clone(&self) -> PrnsCommand
fn clone(&self) -> PrnsCommand
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 moreSource§impl Debug for PrnsCommand
impl Debug for PrnsCommand
impl Eq for PrnsCommand
Source§impl PartialEq for PrnsCommand
impl PartialEq for PrnsCommand
impl StructuralPartialEq for PrnsCommand
Auto Trait Implementations§
impl Freeze for PrnsCommand
impl RefUnwindSafe for PrnsCommand
impl Send for PrnsCommand
impl Sync for PrnsCommand
impl Unpin for PrnsCommand
impl UnsafeUnpin for PrnsCommand
impl UnwindSafe for PrnsCommand
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