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