pub struct NTStructSineEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for NTStructSineEndpoint
impl Endpoint for NTStructSineEndpoint
Source§type Request = MyNtStruct
type Request = MyNtStruct
The type of the Request (client to server)
Source§type Response = MyNtStruct
type Response = MyNtStruct
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for NTStructSineEndpoint
impl RefUnwindSafe for NTStructSineEndpoint
impl Send for NTStructSineEndpoint
impl Sync for NTStructSineEndpoint
impl Unpin for NTStructSineEndpoint
impl UnwindSafe for NTStructSineEndpoint
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