Struct grpcio_sys::grpc_socket_factory
source · #[repr(C)]pub struct grpc_socket_factory { /* private fields */ }
Trait Implementations
sourceimpl Clone for grpc_socket_factory
impl Clone for grpc_socket_factory
sourcefn clone(&self) -> grpc_socket_factory
fn clone(&self) -> grpc_socket_factory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for grpc_socket_factory
impl Debug for grpc_socket_factory
impl Copy for grpc_socket_factory
Auto Trait Implementations
impl RefUnwindSafe for grpc_socket_factory
impl Send for grpc_socket_factory
impl Sync for grpc_socket_factory
impl Unpin for grpc_socket_factory
impl UnwindSafe for grpc_socket_factory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more