pub enum AtpFunction {
Request = 1,
Response = 2,
Release = 3,
}Variants§
Trait Implementations§
Source§impl Clone for AtpFunction
impl Clone for AtpFunction
Source§fn clone(&self) -> AtpFunction
fn clone(&self) -> AtpFunction
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 AtpFunction
impl Debug for AtpFunction
Source§impl PartialEq for AtpFunction
impl PartialEq for AtpFunction
Source§fn eq(&self, other: &AtpFunction) -> bool
fn eq(&self, other: &AtpFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u8> for AtpFunction
impl TryFrom<u8> for AtpFunction
impl Copy for AtpFunction
impl Eq for AtpFunction
impl StructuralPartialEq for AtpFunction
Auto Trait Implementations§
impl Freeze for AtpFunction
impl RefUnwindSafe for AtpFunction
impl Send for AtpFunction
impl Sync for AtpFunction
impl Unpin for AtpFunction
impl UnsafeUnpin for AtpFunction
impl UnwindSafe for AtpFunction
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