pub enum TlTarget {
Packet,
Hasher,
}Variants
Packet
Hasher
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more