pub struct PbLink {
pub cid: Cid,
pub name: String,
pub size: u64,
}Fields§
§cid: Cid§name: String§size: u64Trait 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