pub struct PbLink {
pub cid: Cid,
pub name: String,
pub size: u64,
}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 Freeze for PbLink
impl RefUnwindSafe for PbLink
impl Send for PbLink
impl Sync for PbLink
impl Unpin for PbLink
impl UnwindSafe for PbLink
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