pub enum TlTarget {
Packet,
Hasher,
}Expand description
TL packet type.
Variants§
Trait Implementations§
source§impl PartialEq for TlTarget
impl PartialEq for TlTarget
impl Copy for TlTarget
impl Eq for TlTarget
impl StructuralEq for TlTarget
impl StructuralPartialEq for TlTarget
Auto Trait Implementations§
impl RefUnwindSafe for TlTarget
impl Send for TlTarget
impl Sync for TlTarget
impl Unpin for TlTarget
impl UnwindSafe for TlTarget
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