pub enum Modes {
Show 15 variants
SetPubkey,
To,
From,
Name,
WantUid,
UidReply,
Error,
SymmKey,
WantSymmKey,
SendFileQuestion,
SendFileQuestionReply,
SendFileChunkReady,
SendFileChunkDownloaded,
SendFileStartProcessing,
SendFileAbort,
}Variants§
SetPubkey
To
From
Name
WantUid
UidReply
Error
SymmKey
WantSymmKey
SendFileQuestion
SendFileQuestionReply
SendFileChunkReady
SendFileChunkDownloaded
SendFileStartProcessing
SendFileAbort
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Modes
impl RefUnwindSafe for Modes
impl Send for Modes
impl Sync for Modes
impl Unpin for Modes
impl UnwindSafe for Modes
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