pub struct make_GraphService;
Trait Implementations§
Source§impl ClientFactory for make_GraphService
The same thing, but to be called from generic contexts where we are
working with a type parameter C: ClientFactory
to produce clients.
impl ClientFactory for make_GraphService
The same thing, but to be called from generic contexts where we are
working with a type parameter C: ClientFactory
to produce clients.
Auto Trait Implementations§
impl Freeze for make_GraphService
impl RefUnwindSafe for make_GraphService
impl Send for make_GraphService
impl Sync for make_GraphService
impl Unpin for make_GraphService
impl UnwindSafe for make_GraphService
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