pub struct CollectionIndexLinkResult {
pub key: String,
pub cid: Cid,
}Fields§
§key: String§cid: CidTrait Implementations§
Source§impl Clone for CollectionIndexLinkResult
impl Clone for CollectionIndexLinkResult
Source§fn clone(&self) -> CollectionIndexLinkResult
fn clone(&self) -> CollectionIndexLinkResult
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 moreSource§impl Debug for CollectionIndexLinkResult
impl Debug for CollectionIndexLinkResult
Source§impl PartialEq for CollectionIndexLinkResult
impl PartialEq for CollectionIndexLinkResult
Source§fn eq(&self, other: &CollectionIndexLinkResult) -> bool
fn eq(&self, other: &CollectionIndexLinkResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CollectionIndexLinkResult
Auto Trait Implementations§
impl Freeze for CollectionIndexLinkResult
impl RefUnwindSafe for CollectionIndexLinkResult
impl Send for CollectionIndexLinkResult
impl Sync for CollectionIndexLinkResult
impl Unpin for CollectionIndexLinkResult
impl UnsafeUnpin for CollectionIndexLinkResult
impl UnwindSafe for CollectionIndexLinkResult
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