#[repr(i32)]pub enum tagSERVERCALL {
SERVERCALL_ISHANDLED = 0,
SERVERCALL_REJECTED = 1,
SERVERCALL_RETRYLATER = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagSERVERCALL
impl Clone for tagSERVERCALL
Source§fn clone(&self) -> tagSERVERCALL
fn clone(&self) -> tagSERVERCALL
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 tagSERVERCALL
impl Debug for tagSERVERCALL
Source§impl Hash for tagSERVERCALL
impl Hash for tagSERVERCALL
Source§impl PartialEq for tagSERVERCALL
impl PartialEq for tagSERVERCALL
impl Copy for tagSERVERCALL
impl Eq for tagSERVERCALL
impl StructuralPartialEq for tagSERVERCALL
Auto Trait Implementations§
impl Freeze for tagSERVERCALL
impl RefUnwindSafe for tagSERVERCALL
impl Send for tagSERVERCALL
impl Sync for tagSERVERCALL
impl Unpin for tagSERVERCALL
impl UnwindSafe for tagSERVERCALL
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