#[repr(u8)]pub enum FileTransferOperation {
Write = 1,
Read = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for FileTransferOperation
impl Clone for FileTransferOperation
Source§fn clone(&self) -> FileTransferOperation
fn clone(&self) -> FileTransferOperation
Returns a duplicate of the value. Read more
1.0.0 · 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 FileTransferOperation
impl Debug for FileTransferOperation
Source§impl PartialEq for FileTransferOperation
impl PartialEq for FileTransferOperation
impl Copy for FileTransferOperation
impl Eq for FileTransferOperation
impl StructuralPartialEq for FileTransferOperation
Auto Trait Implementations§
impl Freeze for FileTransferOperation
impl RefUnwindSafe for FileTransferOperation
impl Send for FileTransferOperation
impl Sync for FileTransferOperation
impl Unpin for FileTransferOperation
impl UnwindSafe for FileTransferOperation
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