pub enum DagPbType {
Dir,
Symlink(Symlink),
SingleBlockFile,
MultiBlockFile(MultiBlockFile),
MissingBlock(Box<PbLink>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DagPbType
impl RefUnwindSafe for DagPbType
impl Send for DagPbType
impl Sync for DagPbType
impl Unpin for DagPbType
impl UnsafeUnpin for DagPbType
impl UnwindSafe for DagPbType
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