#[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 Freeze for grpc_auth_property_iterator
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