Enum rust_ipfs::unixfs::StartingPoint  
source · pub enum StartingPoint {
    Left(IpfsPath),
    Right(Block),
}Expand description
The starting point for unixfs walks. Can be converted from IpfsPath and Blocks, and Cids can be converted to IpfsPath.
Variants§
Trait Implementations§
source§impl From<Block<DefaultParams>> for StartingPoint
 
impl From<Block<DefaultParams>> for StartingPoint
Auto Trait Implementations§
impl RefUnwindSafe for StartingPoint
impl Send for StartingPoint
impl Sync for StartingPoint
impl Unpin for StartingPoint
impl UnwindSafe for StartingPoint
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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