pub struct VertexProvider { /* private fields */ }
Implementations§
Source§impl VertexProvider
impl VertexProvider
pub fn new(config: ClaudeConfig) -> Self
Trait Implementations§
Source§impl ClaudeProvider for VertexProvider
impl ClaudeProvider for VertexProvider
Source§impl Clone for VertexProvider
impl Clone for VertexProvider
Source§fn clone(&self) -> VertexProvider
fn clone(&self) -> VertexProvider
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VertexProvider
impl RefUnwindSafe for VertexProvider
impl Send for VertexProvider
impl Sync for VertexProvider
impl Unpin for VertexProvider
impl UnwindSafe for VertexProvider
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