pub struct NoEndpoint;
Trait Implementations§
Source§impl Default for NoEndpoint
impl Default for NoEndpoint
Source§fn default() -> NoEndpoint
fn default() -> NoEndpoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoEndpoint
impl RefUnwindSafe for NoEndpoint
impl Send for NoEndpoint
impl Sync for NoEndpoint
impl Unpin for NoEndpoint
impl UnwindSafe for NoEndpoint
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