Struct grpcio_sys::census_context
source · #[repr(C)]pub struct census_context { /* private fields */ }
Trait Implementations§
source§impl Clone for census_context
impl Clone for census_context
source§fn clone(&self) -> census_context
fn clone(&self) -> census_context
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 census_context
impl Debug for census_context
impl Copy for census_context
Auto Trait Implementations§
impl RefUnwindSafe for census_context
impl Send for census_context
impl Sync for census_context
impl Unpin for census_context
impl UnwindSafe for census_context
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