pub struct TreeDxRegistryClient { /* private fields */ }Implementations§
Source§impl TreeDxRegistryClient
impl TreeDxRegistryClient
pub fn new(client: &TreeDxClient) -> Self
pub fn registry(&self) -> &RegistryAdapter
Trait Implementations§
Source§impl Clone for TreeDxRegistryClient
impl Clone for TreeDxRegistryClient
Source§fn clone(&self) -> TreeDxRegistryClient
fn clone(&self) -> TreeDxRegistryClient
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 !RefUnwindSafe for TreeDxRegistryClient
impl !UnwindSafe for TreeDxRegistryClient
impl Freeze for TreeDxRegistryClient
impl Send for TreeDxRegistryClient
impl Sync for TreeDxRegistryClient
impl Unpin for TreeDxRegistryClient
impl UnsafeUnpin for TreeDxRegistryClient
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