pub struct LocalRegistryClient { /* private fields */ }Implementations§
Source§impl LocalRegistryClient
impl LocalRegistryClient
pub fn new(store: FileRegistryStore) -> Self
pub fn create_skill_version( &self, markdown: &str, options: IngestSkillOptions, ) -> Result<CreateRegistrySkillVersionResult, LocalRegistryError>
Trait Implementations§
Source§impl Clone for LocalRegistryClient
impl Clone for LocalRegistryClient
Source§fn clone(&self) -> LocalRegistryClient
fn clone(&self) -> LocalRegistryClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalRegistryClient
impl RefUnwindSafe for LocalRegistryClient
impl Send for LocalRegistryClient
impl Sync for LocalRegistryClient
impl Unpin for LocalRegistryClient
impl UnsafeUnpin for LocalRegistryClient
impl UnwindSafe for LocalRegistryClient
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