pub struct ServerEndpoint;
Expand description
A marker type for server ends of protocols (temporary)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerEndpoint
impl RefUnwindSafe for ServerEndpoint
impl Send for ServerEndpoint
impl Sync for ServerEndpoint
impl Unpin for ServerEndpoint
impl UnwindSafe for ServerEndpoint
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