pub struct ResolverEntry {
pub key: String,
pub cid: Cid,
}Expand description
Entry in a resolver list
Fields§
§key: String§cid: CidTrait Implementations§
Source§impl Clone for ResolverEntry
impl Clone for ResolverEntry
Source§fn clone(&self) -> ResolverEntry
fn clone(&self) -> ResolverEntry
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 ResolverEntry
impl RefUnwindSafe for ResolverEntry
impl Send for ResolverEntry
impl Sync for ResolverEntry
impl Unpin for ResolverEntry
impl UnsafeUnpin for ResolverEntry
impl UnwindSafe for ResolverEntry
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