Struct ipfs_api_prelude::request::Ls [−][src]
pub struct Ls<'a> {
pub path: &'a str,
pub resolve_type: Option<bool>,
pub size: Option<bool>,
pub stream: Option<bool>,
}
Fields
path: &'a str
resolve_type: Option<bool>
Resolve linked objects to find out their types. Default: true
size: Option<bool>
Resolve linked objects to find out their file size. Default: true
stream: Option<bool>
Enable experimental streaming of directory entries as they are traversed.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Ls<'a>
impl<'a> UnwindSafe for Ls<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more