Struct unixfs_v1::PBLink [−][src]
pub struct PBLink<'a> {
pub Hash: Option<Cow<'a, [u8]>>,
pub Name: Option<Cow<'a, str>>,
pub Tsize: Option<u64>,
}Fields
Hash: Option<Cow<'a, [u8]>>Name: Option<Cow<'a, str>>Tsize: Option<u64>Trait Implementations
Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
Writes Self into W writer
Auto Trait Implementations
impl<'a> RefUnwindSafe for PBLink<'a>
impl<'a> UnwindSafe for PBLink<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self