pub struct RegisterUdpSessionResponse {
pub error: String,
pub spans: Vec<u8>,
}Expand description
The connector’s reply to registerUdpSession.
Fields§
§error: StringAn empty string on success.
spans: Vec<u8>Session spans (unused by libcfd).
Trait Implementations§
Source§impl Clone for RegisterUdpSessionResponse
impl Clone for RegisterUdpSessionResponse
Source§impl Debug for RegisterUdpSessionResponse
impl Debug for RegisterUdpSessionResponse
Auto Trait Implementations§
impl Freeze for RegisterUdpSessionResponse
impl RefUnwindSafe for RegisterUdpSessionResponse
impl Send for RegisterUdpSessionResponse
impl Sync for RegisterUdpSessionResponse
impl Unpin for RegisterUdpSessionResponse
impl UnsafeUnpin for RegisterUdpSessionResponse
impl UnwindSafe for RegisterUdpSessionResponse
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