pub enum VisitorResponse {
Choice(AuthChoice),
AuthRespSuccess,
AuthRespError,
BindResp {
status: BindStatus,
address: Option<DstAddress>,
},
Forward(Vec<u8>),
Cli(Cli),
}Variants§
Trait Implementations§
Source§impl Debug for VisitorResponse
impl Debug for VisitorResponse
Source§impl Encoder<VisitorResponse> for VisitorCodec
impl Encoder<VisitorResponse> for VisitorCodec
Source§impl PartialEq for VisitorResponse
impl PartialEq for VisitorResponse
impl StructuralPartialEq for VisitorResponse
Auto Trait Implementations§
impl Freeze for VisitorResponse
impl RefUnwindSafe for VisitorResponse
impl Send for VisitorResponse
impl Sync for VisitorResponse
impl Unpin for VisitorResponse
impl UnwindSafe for VisitorResponse
Blanket Implementations§
Source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
Source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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