Struct grpcio_sys::grpc_auth_property_iterator
source · #[repr(C)]pub struct grpc_auth_property_iterator {
pub ctx: *const grpc_auth_context,
pub index: usize,
pub name: *const c_char,
}
Fields§
§ctx: *const grpc_auth_context
§index: usize
§name: *const c_char
Trait Implementations§
source§impl Clone for grpc_auth_property_iterator
impl Clone for grpc_auth_property_iterator
source§fn clone(&self) -> grpc_auth_property_iterator
fn clone(&self) -> grpc_auth_property_iterator
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_auth_property_iterator
impl Debug for grpc_auth_property_iterator
impl Copy for grpc_auth_property_iterator
Auto Trait Implementations§
impl RefUnwindSafe for grpc_auth_property_iterator
impl !Send for grpc_auth_property_iterator
impl !Sync for grpc_auth_property_iterator
impl Unpin for grpc_auth_property_iterator
impl UnwindSafe for grpc_auth_property_iterator
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