pub struct GrpcBound { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GrpcBound
impl !UnwindSafe for GrpcBound
impl Freeze for GrpcBound
impl Send for GrpcBound
impl Sync for GrpcBound
impl Unpin for GrpcBound
impl UnsafeUnpin for GrpcBound
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