Struct grpcio_sys::grpc_channel_credentials
source · #[repr(C)]pub struct grpc_channel_credentials { /* private fields */ }
Trait Implementations§
source§impl Clone for grpc_channel_credentials
impl Clone for grpc_channel_credentials
source§fn clone(&self) -> grpc_channel_credentials
fn clone(&self) -> grpc_channel_credentials
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for grpc_channel_credentials
impl Debug for grpc_channel_credentials
impl Copy for grpc_channel_credentials
Auto Trait Implementations§
impl RefUnwindSafe for grpc_channel_credentials
impl Send for grpc_channel_credentials
impl Sync for grpc_channel_credentials
impl Unpin for grpc_channel_credentials
impl UnwindSafe for grpc_channel_credentials
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