pub struct EndpointArgs {
pub connection: Connection,
}Fields§
§connection: ConnectionTrait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointArgs
impl RefUnwindSafe for EndpointArgs
impl Send for EndpointArgs
impl Sync for EndpointArgs
impl Unpin for EndpointArgs
impl UnsafeUnpin for EndpointArgs
impl UnwindSafe for EndpointArgs
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