pub struct DescribeRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DescribeRegistry
impl Clone for DescribeRegistry
Source§fn clone(&self) -> DescribeRegistry
fn clone(&self) -> DescribeRegistry
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 moreSource§impl Debug for DescribeRegistry
impl Debug for DescribeRegistry
Auto Trait Implementations§
impl Freeze for DescribeRegistry
impl RefUnwindSafe for DescribeRegistry
impl Send for DescribeRegistry
impl Sync for DescribeRegistry
impl Unpin for DescribeRegistry
impl UnwindSafe for DescribeRegistry
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