Struct libipld_pb::PbLink [−][src]
Expand description
A protobuf ipld link.
Fields
cid: CidContent identifier.
name: StringName of the link.
size: u64Size of the data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PbLink
impl Send for PbLink
impl Sync for PbLink
impl Unpin for PbLink
impl UnwindSafe for PbLink
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> References<RawCodec> for T[src]
impl<T> References<RawCodec> for T[src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self