Struct dgraph_rs::protos::api_grpc::DgraphServer
source · pub struct DgraphServer;Implementations
sourceimpl DgraphServer
impl DgraphServer
pub fn new_service_def<H: Dgraph + 'static + Sync + Send>(
handler: H
) -> ServerServiceDefinition
Auto Trait Implementations
impl RefUnwindSafe for DgraphServer
impl Send for DgraphServer
impl Sync for DgraphServer
impl Unpin for DgraphServer
impl UnwindSafe for DgraphServer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more