pub struct SetGraph;Trait Implementations§
Source§impl Service for SetGraph
impl Service for SetGraph
type Request = SetGraphRequest
type Response = SetGraphResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SetGraph
impl RefUnwindSafe for SetGraph
impl Send for SetGraph
impl Sync for SetGraph
impl Unpin for SetGraph
impl UnwindSafe for SetGraph
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