pub struct DgraphServer;
Implementations§
Source§impl DgraphServer
impl DgraphServer
pub fn new_service_def<H: Dgraph + 'static + Sync + Send>( handler: H, ) -> ServerServiceDefinition
Auto Trait Implementations§
impl Freeze for DgraphServer
impl RefUnwindSafe for DgraphServer
impl Send for DgraphServer
impl Sync for DgraphServer
impl Unpin for DgraphServer
impl UnwindSafe for DgraphServer
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