From 316fe900640bdf529285b542e33d448c016ae47a Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 3 Dec 2024 10:39:06 +0000 Subject: [PATCH] deploy: 9a43203532906f6d90d7298649a4d602cd211b83 --- pr/25/docs/iroh_blobs/cli/enum.OutputTarget.html | 2 +- pr/25/docs/iroh_blobs/downloader/struct.DownloadKind.html | 2 +- pr/25/docs/iroh_blobs/downloader/struct.IntentId.html | 2 +- pr/25/docs/iroh_blobs/get/enum.GetResponseError.html | 2 +- pr/25/docs/iroh_blobs/get/error/enum.GetError.html | 2 +- .../docs/iroh_blobs/get/fsm/enum.AtBlobHeaderNextError.html | 2 +- pr/25/docs/iroh_blobs/get/fsm/enum.BlobContentNext.html | 2 +- pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNext.html | 2 +- pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNextError.html | 2 +- pr/25/docs/iroh_blobs/get/fsm/enum.DecodeError.html | 2 +- pr/25/docs/iroh_blobs/get/fsm/enum.EndBlobNext.html | 2 +- .../iroh_blobs/net_protocol/struct.BlobDownloadRequest.html | 4 ++-- pr/25/docs/iroh_blobs/protocol/struct.UnknownErrorCode.html | 2 +- pr/25/docs/iroh_blobs/rpc/client/blobs/enum.BlobStatus.html | 2 +- pr/25/docs/iroh_blobs/rpc/client/tags/struct.TagInfo.html | 2 +- .../iroh_blobs/rpc/proto/blobs/enum.AddStreamUpdate.html | 2 +- .../rpc/proto/blobs/enum.BatchAddStreamResponse.html | 4 ++-- .../rpc/proto/blobs/enum.BatchAddStreamUpdate.html | 2 +- .../rpc/proto/blobs/enum.BatchCreateResponse.html | 2 +- pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchUpdate.html | 2 +- pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Request.html | 6 +++--- pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Response.html | 4 ++-- .../iroh_blobs/rpc/proto/blobs/struct.AddPathRequest.html | 2 +- .../iroh_blobs/rpc/proto/blobs/struct.AddPathResponse.html | 4 ++-- .../iroh_blobs/rpc/proto/blobs/struct.AddStreamRequest.html | 4 ++-- .../rpc/proto/blobs/struct.AddStreamResponse.html | 2 +- .../rpc/proto/blobs/struct.BatchAddPathRequest.html | 4 ++-- .../rpc/proto/blobs/struct.BatchAddPathResponse.html | 4 ++-- .../rpc/proto/blobs/struct.BatchAddStreamRequest.html | 2 +- .../rpc/proto/blobs/struct.BatchCreateRequest.html | 4 ++-- .../rpc/proto/blobs/struct.BatchCreateTempTagRequest.html | 4 ++-- .../rpc/proto/blobs/struct.BlobStatusRequest.html | 2 +- .../rpc/proto/blobs/struct.BlobStatusResponse.html | 2 +- .../rpc/proto/blobs/struct.ConsistencyCheckRequest.html | 4 ++-- .../rpc/proto/blobs/struct.CreateCollectionRequest.html | 2 +- .../iroh_blobs/rpc/proto/blobs/struct.DeleteRequest.html | 2 +- .../iroh_blobs/rpc/proto/blobs/struct.DownloadResponse.html | 4 ++-- .../iroh_blobs/rpc/proto/blobs/struct.ExportRequest.html | 4 ++-- .../iroh_blobs/rpc/proto/blobs/struct.ExportResponse.html | 2 +- .../rpc/proto/blobs/struct.ListIncompleteRequest.html | 2 +- .../docs/iroh_blobs/rpc/proto/blobs/struct.ListRequest.html | 4 ++-- .../iroh_blobs/rpc/proto/blobs/struct.ReadAtRequest.html | 2 +- .../iroh_blobs/rpc/proto/blobs/struct.ValidateRequest.html | 2 +- pr/25/docs/iroh_blobs/rpc/proto/enum.Request.html | 4 ++-- pr/25/docs/iroh_blobs/rpc/proto/enum.Response.html | 4 ++-- pr/25/docs/iroh_blobs/rpc/proto/struct.RpcService.html | 2 +- pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Request.html | 6 +++--- pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Response.html | 4 ++-- .../iroh_blobs/rpc/proto/tags/struct.CreateRequest.html | 2 +- .../iroh_blobs/rpc/proto/tags/struct.DeleteRequest.html | 2 +- .../docs/iroh_blobs/rpc/proto/tags/struct.ListRequest.html | 2 +- pr/25/docs/iroh_blobs/rpc/proto/tags/struct.SetRequest.html | 4 ++-- pr/25/docs/iroh_blobs/rpc/proto/type.RpcResult.html | 2 +- .../iroh_blobs/store/enum.ConsistencyCheckProgress.html | 2 +- pr/25/docs/iroh_blobs/store/enum.ValidateProgress.html | 2 +- pr/25/docs/iroh_blobs/struct.HashAndFormat.html | 2 +- pr/25/docs/iroh_blobs/util/struct.Tag.html | 4 ++-- pr/25/docs/search-index.js | 2 +- 58 files changed, 80 insertions(+), 80 deletions(-) diff --git a/pr/25/docs/iroh_blobs/cli/enum.OutputTarget.html b/pr/25/docs/iroh_blobs/cli/enum.OutputTarget.html index f0432a1a..7242750f 100644 --- a/pr/25/docs/iroh_blobs/cli/enum.OutputTarget.html +++ b/pr/25/docs/iroh_blobs/cli/enum.OutputTarget.html @@ -4,7 +4,7 @@ }
Available on crate feature cli only.
Expand description

Where the data should be stored.

Variants§

§

Stdout

Writes to stdout

§

Path(PathBuf)

Writes to the provided path

-

Trait Implementations§

source§

impl Clone for OutputTarget

source§

fn clone(&self) -> OutputTarget

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OutputTarget

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputTarget

source§

fn fmt(&self, __derive_more_f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<String> for OutputTarget

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputTarget

source§

fn eq(&self, other: &OutputTarget) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for OutputTarget

source§

fn clone(&self) -> OutputTarget

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OutputTarget

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OutputTarget

source§

fn fmt(&self, __derive_more_f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<String> for OutputTarget

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl PartialEq for OutputTarget

source§

fn eq(&self, other: &OutputTarget) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for OutputTarget

source§

impl StructuralPartialEq for OutputTarget

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where diff --git a/pr/25/docs/iroh_blobs/downloader/struct.DownloadKind.html b/pr/25/docs/iroh_blobs/downloader/struct.DownloadKind.html index 590b30f7..e259e12a 100644 --- a/pr/25/docs/iroh_blobs/downloader/struct.DownloadKind.html +++ b/pr/25/docs/iroh_blobs/downloader/struct.DownloadKind.html @@ -2,7 +2,7 @@

Implementations§

source§

impl DownloadKind

source

pub const fn hash(&self) -> Hash

Get the hash of this download

source

pub const fn format(&self) -> BlobFormat

Get the format of this download

source

pub const fn hash_and_format(&self) -> HashAndFormat

Get the HashAndFormat pair of this download

-

Trait Implementations§

source§

impl Clone for DownloadKind

source§

fn clone(&self) -> DownloadKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DownloadKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DownloadKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DownloadKind> for HashAndFormat

source§

fn from(value: DownloadKind) -> Self

Converts to this type from the input type.
source§

impl From<HashAndFormat> for DownloadKind

source§

fn from(value: HashAndFormat) -> Self

Converts to this type from the input type.
source§

impl Hash for DownloadKind

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for DownloadKind

source§

fn clone(&self) -> DownloadKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DownloadKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DownloadKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DownloadKind> for HashAndFormat

source§

fn from(value: DownloadKind) -> Self

Converts to this type from the input type.
source§

impl From<HashAndFormat> for DownloadKind

source§

fn from(value: HashAndFormat) -> Self

Converts to this type from the input type.
source§

impl Hash for DownloadKind

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for DownloadKind

source§

fn eq(&self, other: &DownloadKind) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/pr/25/docs/iroh_blobs/downloader/struct.IntentId.html b/pr/25/docs/iroh_blobs/downloader/struct.IntentId.html index 7500f101..7d40d7a3 100644 --- a/pr/25/docs/iroh_blobs/downloader/struct.IntentId.html +++ b/pr/25/docs/iroh_blobs/downloader/struct.IntentId.html @@ -1,5 +1,5 @@ IntentId in iroh_blobs::downloader - Rust

Struct iroh_blobs::downloader::IntentId

source ·
pub struct IntentId(pub u64);
Available on crate feature downloader only.
Expand description

Identifier for a download intent.

-

Tuple Fields§

§0: u64

Trait Implementations§

source§

impl Clone for IntentId

source§

fn clone(&self) -> IntentId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IntentId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for IntentId

source§

fn fmt(&self, __derive_more_f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for IntentId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Tuple Fields§

§0: u64

Trait Implementations§

source§

impl Clone for IntentId

source§

fn clone(&self) -> IntentId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IntentId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for IntentId

source§

fn fmt(&self, __derive_more_f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for IntentId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for IntentId

source§

fn cmp(&self, other: &IntentId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where diff --git a/pr/25/docs/iroh_blobs/get/enum.GetResponseError.html b/pr/25/docs/iroh_blobs/get/enum.GetResponseError.html index a32e1479..555ea312 100644 --- a/pr/25/docs/iroh_blobs/get/enum.GetResponseError.html +++ b/pr/25/docs/iroh_blobs/get/enum.GetResponseError.html @@ -10,7 +10,7 @@
§

Read(ReadError)

Error when reading from the stream

§

Decode(DecodeError)

Error when decoding, e.g. hash mismatch

§

Generic(Error)

A generic error

-

Trait Implementations§

source§

impl Debug for GetResponseError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for GetResponseError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for GetResponseError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectionError> for GetResponseError

source§

fn from(source: ConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetResponseError

source§

fn from(cause: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetResponseError

source§

fn from(cause: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetResponseError

source§

fn from(cause: Error) -> Self

Converts to this type from the input type.
source§

impl From<GetResponseError> for Error

source§

fn from(cause: GetResponseError) -> Self

Converts to this type from the input type.
source§

impl From<ReadError> for GetResponseError

source§

fn from(source: ReadError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for GetResponseError

source§

fn from(source: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for GetResponseError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for GetResponseError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for GetResponseError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectionError> for GetResponseError

source§

fn from(source: ConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetResponseError

source§

fn from(cause: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetResponseError

source§

fn from(cause: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetResponseError

source§

fn from(cause: Error) -> Self

Converts to this type from the input type.
source§

impl From<GetResponseError> for Error

source§

fn from(cause: GetResponseError) -> Self

Converts to this type from the input type.
source§

impl From<ReadError> for GetResponseError

source§

fn from(source: ReadError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for GetResponseError

source§

fn from(source: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/error/enum.GetError.html b/pr/25/docs/iroh_blobs/get/error/enum.GetError.html index 5db91b7b..21231601 100644 --- a/pr/25/docs/iroh_blobs/get/error/enum.GetError.html +++ b/pr/25/docs/iroh_blobs/get/error/enum.GetError.html @@ -12,7 +12,7 @@

§

Io(Error)

Network or IO operation failed.

§

BadRequest(Error)

Our download request is invalid.

§

LocalFailure(Error)

Operation failed on the local node.

-

Trait Implementations§

source§

impl Debug for GetError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for GetError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for GetError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for GetError

source§

fn from(value: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<ClosedStream> for GetError

source§

fn from(value: ClosedStream) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for GetError

source§

fn from(value: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectionError> for GetError

source§

fn from(value: ConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetError

source§

fn from(value: Error) -> Self

Converts to this type from the input type.
source§

impl From<GetError> for FailureAction

Available on crate feature downloader only.
source§

fn from(e: GetError) -> Self

Converts to this type from the input type.
source§

impl From<ProgressSendError> for GetError

source§

fn from(value: ProgressSendError) -> Self

Converts to this type from the input type.
source§

impl From<ReadError> for GetError

source§

fn from(value: ReadError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for GetError

source§

fn from(value: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for GetError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for GetError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for GetError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for GetError

source§

fn from(value: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<ClosedStream> for GetError

source§

fn from(value: ClosedStream) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for GetError

source§

fn from(value: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectionError> for GetError

source§

fn from(value: ConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for GetError

source§

fn from(value: Error) -> Self

Converts to this type from the input type.
source§

impl From<GetError> for FailureAction

Available on crate feature downloader only.
source§

fn from(e: GetError) -> Self

Converts to this type from the input type.
source§

impl From<ProgressSendError> for GetError

source§

fn from(value: ProgressSendError) -> Self

Converts to this type from the input type.
source§

impl From<ReadError> for GetError

source§

fn from(value: ReadError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for GetError

source§

fn from(value: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.AtBlobHeaderNextError.html b/pr/25/docs/iroh_blobs/get/fsm/enum.AtBlobHeaderNextError.html index 2084103f..07d0c3e9 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.AtBlobHeaderNextError.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.AtBlobHeaderNextError.html @@ -7,7 +7,7 @@

This indicates that the provider does not have the requested data.

§

Read(ReadError)

Quinn read error when reading the size header

§

Io(Error)

Generic io error

-

Trait Implementations§

source§

impl Debug for AtBlobHeaderNextError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AtBlobHeaderNextError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AtBlobHeaderNextError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for DecodeError

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<AtBlobHeaderNextError> for Error

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<AtBlobHeaderNextError> for GetError

source§

fn from(value: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for AtBlobHeaderNextError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AtBlobHeaderNextError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AtBlobHeaderNextError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for DecodeError

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<AtBlobHeaderNextError> for Error

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<AtBlobHeaderNextError> for GetError

source§

fn from(value: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.BlobContentNext.html b/pr/25/docs/iroh_blobs/get/fsm/enum.BlobContentNext.html index 166ef50f..554caf9b 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.BlobContentNext.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.BlobContentNext.html @@ -4,7 +4,7 @@ }
Expand description

The next state after reading a content item

Variants§

§

More((AtBlobContent, Result<BaoContentItem, DecodeError>))

We expect more content

§

Done(AtEndBlob)

We are done with this blob

-

Trait Implementations§

source§

impl Debug for BlobContentNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(AtBlobContent, Result<BaoContentItem, DecodeError>)> for BlobContentNext

source§

fn from(value: (AtBlobContent, Result<BaoContentItem, DecodeError>)) -> Self

Converts to this type from the input type.
source§

impl From<AtEndBlob> for BlobContentNext

source§

fn from(value: AtEndBlob) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for BlobContentNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<(AtBlobContent, Result<BaoContentItem, DecodeError>)> for BlobContentNext

source§

fn from(value: (AtBlobContent, Result<BaoContentItem, DecodeError>)) -> Self

Converts to this type from the input type.
source§

impl From<AtEndBlob> for BlobContentNext

source§

fn from(value: AtEndBlob) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNext.html b/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNext.html index 33c2c36c..d746fc5d 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNext.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNext.html @@ -6,7 +6,7 @@

Variants§

§

StartRoot(AtStartRoot)

First response is either a collection or a single blob

§

StartChild(AtStartChild)

First response is a child

§

Closing(AtClosing)

Request is empty

-

Trait Implementations§

source§

impl Debug for ConnectedNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AtClosing> for ConnectedNext

source§

fn from(value: AtClosing) -> Self

Converts to this type from the input type.
source§

impl From<AtStartChild> for ConnectedNext

source§

fn from(value: AtStartChild) -> Self

Converts to this type from the input type.
source§

impl From<AtStartRoot> for ConnectedNext

source§

fn from(value: AtStartRoot) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for ConnectedNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AtClosing> for ConnectedNext

source§

fn from(value: AtClosing) -> Self

Converts to this type from the input type.
source§

impl From<AtStartChild> for ConnectedNext

source§

fn from(value: AtStartChild) -> Self

Converts to this type from the input type.
source§

impl From<AtStartRoot> for ConnectedNext

source§

fn from(value: AtStartRoot) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNextError.html b/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNextError.html index ea3f4c85..fb0ae25d 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNextError.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.ConnectedNextError.html @@ -10,7 +10,7 @@

§

Write(WriteError)

Error when writing the request to the [SendStream].

§

Closed(ClosedStream)

Quic connection is closed.

§

Io(Error)

A generic io error

-

Trait Implementations§

source§

impl Debug for ConnectedNextError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectedNextError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectedNextError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ClosedStream> for ConnectedNextError

source§

fn from(source: ClosedStream) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for Error

source§

fn from(cause: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for GetError

source§

fn from(value: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for ConnectedNextError

source§

fn from(source: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for ConnectedNextError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectedNextError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectedNextError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ClosedStream> for ConnectedNextError

source§

fn from(source: ClosedStream) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for Error

source§

fn from(cause: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectedNextError> for GetError

source§

fn from(value: ConnectedNextError) -> Self

Converts to this type from the input type.
source§

impl From<WriteError> for ConnectedNextError

source§

fn from(source: WriteError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.DecodeError.html b/pr/25/docs/iroh_blobs/get/fsm/enum.DecodeError.html index 78c38ddf..c19ec94c 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.DecodeError.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.DecodeError.html @@ -30,7 +30,7 @@

§

LeafHashMismatch(ChunkNum)

The hash of a leaf did not match the expected hash

§

Read(ReadError)

Error when reading from the stream

§

Io(Error)

A generic io error

-

Trait Implementations§

source§

impl Debug for DecodeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DecodeError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for DecodeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for DecodeError

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for DecodeError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for Error

source§

fn from(cause: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for DecodeError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for DecodeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for DecodeError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for DecodeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AtBlobHeaderNextError> for DecodeError

source§

fn from(cause: AtBlobHeaderNextError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for DecodeError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for Error

source§

fn from(cause: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for GetError

source§

fn from(value: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for DecodeError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/get/fsm/enum.EndBlobNext.html b/pr/25/docs/iroh_blobs/get/fsm/enum.EndBlobNext.html index cccd21e1..3ce302a8 100644 --- a/pr/25/docs/iroh_blobs/get/fsm/enum.EndBlobNext.html +++ b/pr/25/docs/iroh_blobs/get/fsm/enum.EndBlobNext.html @@ -4,7 +4,7 @@ }
Expand description

The next state after the end of a blob

Variants§

§

MoreChildren(AtStartChild)

Response is expected to have more children

§

Closing(AtClosing)

No more children expected

-

Trait Implementations§

source§

impl Debug for EndBlobNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AtClosing> for EndBlobNext

source§

fn from(value: AtClosing) -> Self

Converts to this type from the input type.
source§

impl From<AtStartChild> for EndBlobNext

source§

fn from(value: AtStartChild) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for EndBlobNext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AtClosing> for EndBlobNext

source§

fn from(value: AtClosing) -> Self

Converts to this type from the input type.
source§

impl From<AtStartChild> for EndBlobNext

source§

fn from(value: AtStartChild) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/net_protocol/struct.BlobDownloadRequest.html b/pr/25/docs/iroh_blobs/net_protocol/struct.BlobDownloadRequest.html index 22a79097..4e50948a 100644 --- a/pr/25/docs/iroh_blobs/net_protocol/struct.BlobDownloadRequest.html +++ b/pr/25/docs/iroh_blobs/net_protocol/struct.BlobDownloadRequest.html @@ -16,8 +16,8 @@

§tag: SetTagOption

Optional tag to tag the data with.

§mode: DownloadMode

Whether to directly start the download or add it to the download queue.

Trait Implementations§

source§

impl Clone for BlobDownloadRequest

source§

fn clone(&self) -> BlobDownloadRequest

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlobDownloadRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlobDownloadRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobDownloadRequest> for Request

Available on crate feature rpc only.
source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

Available on crate feature rpc only.
source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BlobDownloadRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Response = DownloadResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobDownloadRequest> for Request

Available on crate feature rpc only.
source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

Available on crate feature rpc only.
source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BlobDownloadRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Response = DownloadResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

Available on crate feature rpc only.
§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/protocol/struct.UnknownErrorCode.html b/pr/25/docs/iroh_blobs/protocol/struct.UnknownErrorCode.html index 233904c3..189bbd6f 100644 --- a/pr/25/docs/iroh_blobs/protocol/struct.UnknownErrorCode.html +++ b/pr/25/docs/iroh_blobs/protocol/struct.UnknownErrorCode.html @@ -1,5 +1,5 @@ UnknownErrorCode in iroh_blobs::protocol - Rust

Struct iroh_blobs::protocol::UnknownErrorCode

source ·
pub struct UnknownErrorCode(/* private fields */);
Expand description

Unknown error_code, can not be converted into Closed.

-

Trait Implementations§

source§

impl Debug for UnknownErrorCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for UnknownErrorCode

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for UnknownErrorCode

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for UnknownErrorCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for UnknownErrorCode

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for UnknownErrorCode

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/client/blobs/enum.BlobStatus.html b/pr/25/docs/iroh_blobs/rpc/client/blobs/enum.BlobStatus.html index 72fdb029..3190cb89 100644 --- a/pr/25/docs/iroh_blobs/rpc/client/blobs/enum.BlobStatus.html +++ b/pr/25/docs/iroh_blobs/rpc/client/blobs/enum.BlobStatus.html @@ -13,7 +13,7 @@

§

Complete

The blob is stored completely.

Fields

§size: u64

The size of the blob.

Trait Implementations§

source§

impl Clone for BlobStatus

source§

fn clone(&self) -> BlobStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlobStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlobStatus

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobStatus> for BlobStatusResponse

source§

fn from(value: BlobStatus) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusResponse> for BlobStatus

source§

fn from(value: BlobStatusResponse) -> Self

Converts to this type from the input type.
source§

impl PartialEq for BlobStatus

source§

fn eq(&self, other: &BlobStatus) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobStatus> for BlobStatusResponse

source§

fn from(value: BlobStatus) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusResponse> for BlobStatus

source§

fn from(value: BlobStatusResponse) -> Self

Converts to this type from the input type.
source§

impl PartialEq for BlobStatus

source§

fn eq(&self, other: &BlobStatus) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for BlobStatus

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for BlobStatus

source§

impl StructuralPartialEq for BlobStatus

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/pr/25/docs/iroh_blobs/rpc/client/tags/struct.TagInfo.html b/pr/25/docs/iroh_blobs/rpc/client/tags/struct.TagInfo.html index f8c69909..9776b06f 100644 --- a/pr/25/docs/iroh_blobs/rpc/client/tags/struct.TagInfo.html +++ b/pr/25/docs/iroh_blobs/rpc/client/tags/struct.TagInfo.html @@ -8,7 +8,7 @@
§hash: Hash

Hash of the data

Trait Implementations§

source§

impl Debug for TagInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for TagInfo

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl Serialize for TagInfo

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.AddStreamUpdate.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.AddStreamUpdate.html index 771b88f9..3d92ecc9 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.AddStreamUpdate.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.AddStreamUpdate.html @@ -6,7 +6,7 @@

§

Abort

Abort the request due to an error on the client side

Trait Implementations§

source§

impl Debug for AddStreamUpdate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddStreamUpdate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl Serialize for AddStreamUpdate

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamResponse.html index a0e97c4c..a23075ac 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamResponse.html @@ -8,8 +8,8 @@ }, }
Available on crate feature rpc only.
Expand description

Wrapper around AddProgress.

Variants§

§

Abort(RpcError)

§

OutboardProgress

Fields

§offset: u64
§

Result

Fields

§hash: Hash

Trait Implementations§

source§

impl Debug for BatchAddStreamResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchAddStreamResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchAddStreamResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchAddStreamResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamUpdate.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamUpdate.html index b2e1c864..769a2af4 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamUpdate.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchAddStreamUpdate.html @@ -6,7 +6,7 @@

§

Abort

Abort the request due to an error on the client side

Trait Implementations§

source§

impl Debug for BatchAddStreamUpdate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchAddStreamUpdate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchAddStreamUpdate

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchCreateResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchCreateResponse.html index e2ab9829..eca0414d 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchCreateResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchCreateResponse.html @@ -4,7 +4,7 @@

Variants§

§

Id(BatchId)

We got the id of the scope

Trait Implementations§

source§

impl Debug for BatchCreateResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchCreateResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchCreateResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchUpdate.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchUpdate.html index 55a4a5b3..54c02c81 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchUpdate.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.BatchUpdate.html @@ -6,7 +6,7 @@

§

Ping

Message to check that the connection is still alive

Trait Implementations§

source§

impl Debug for BatchUpdate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchUpdate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchUpdate

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Request.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Request.html index bae4cef9..d0081dd5 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Request.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Request.html @@ -18,9 +18,9 @@ BatchAddStreamUpdate(BatchAddStreamUpdate), BatchAddPath(BatchAddPathRequest), BatchCreateTempTag(BatchCreateTempTagRequest), -

}
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Request

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Request

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Response.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Response.html index 822b986e..da3896b5 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Response.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/enum.Response.html @@ -14,8 +14,8 @@ BatchAddStream(BatchAddStreamResponse), BatchAddPath(BatchAddPathResponse),

}
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Response

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckProgress> for Response

source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobInfo, Error>> for Response

source§

fn from(value: RpcResult<BlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobStatusResponse, Error>> for Response

source§

fn from(value: RpcResult<BlobStatusResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<CreateCollectionResponse, Error>> for Response

source§

fn from(value: RpcResult<CreateCollectionResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<IncompleteBlobInfo, Error>> for Response

source§

fn from(value: RpcResult<IncompleteBlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<ReadAtResponse, Error>> for Response

source§

fn from(value: RpcResult<ReadAtResponse>) -> Self

Converts to this type from the input type.
source§

impl From<ValidateProgress> for Response

source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckProgress> for Response

source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobInfo, Error>> for Response

source§

fn from(value: RpcResult<BlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobStatusResponse, Error>> for Response

source§

fn from(value: RpcResult<BlobStatusResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<CreateCollectionResponse, Error>> for Response

source§

fn from(value: RpcResult<CreateCollectionResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<IncompleteBlobInfo, Error>> for Response

source§

fn from(value: RpcResult<IncompleteBlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<ReadAtResponse, Error>> for Response

source§

fn from(value: RpcResult<ReadAtResponse>) -> Self

Converts to this type from the input type.
source§

impl From<ValidateProgress> for Response

source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathRequest.html index 74c93945..42b9e142 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathRequest.html @@ -15,7 +15,7 @@

§wrap: WrapOption

Whether to wrap the added data in a collection

Trait Implementations§

source§

impl Debug for AddPathRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddPathRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for AddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for AddPathRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for AddPathRequest

§

type Response = AddPathResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for AddPathRequest

§

type Response = AddPathResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathResponse.html index 6dbc2ced..0fa9d6db 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddPathResponse.html @@ -1,7 +1,7 @@ AddPathResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::AddPathResponse

source ·
pub struct AddPathResponse(pub AddProgress);
Available on crate feature rpc only.
Expand description

Wrapper around AddProgress.

Tuple Fields§

§0: AddProgress

Trait Implementations§

source§

impl Debug for AddPathResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddPathResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathResponse> for AddProgress

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for AddPathResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<AddPathResponse> for AddProgress

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for AddPathResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamRequest.html index 296b8403..d7b174de 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamRequest.html @@ -3,8 +3,8 @@ }
Available on crate feature rpc only.
Expand description

Write a blob from a byte stream

Fields§

§tag: SetTagOption

Tag to tag the data with.

Trait Implementations§

source§

impl BidiStreamingMsg<RpcService> for AddStreamRequest

§

type Update = AddStreamUpdate

The type for request updates Read more
§

type Response = AddStreamResponse

The type for the response Read more
source§

impl Debug for AddStreamRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddStreamRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for AddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for AddStreamRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for AddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for AddStreamRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamResponse.html index 4e600dee..5721bef3 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.AddStreamResponse.html @@ -1,7 +1,7 @@ AddStreamResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::AddStreamResponse

source ·
pub struct AddStreamResponse(pub AddProgress);
Available on crate feature rpc only.
Expand description

Wrapper around AddProgress.

Tuple Fields§

§0: AddProgress

Trait Implementations§

source§

impl Debug for AddStreamResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddStreamResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddStreamResponse> for AddProgress

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for AddStreamResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathRequest.html index 23450710..f63e59d5 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathRequest.html @@ -9,8 +9,8 @@

§format: BlobFormat

What format to use for the blob

§batch: BatchId

Batch to create the temp tag in

Trait Implementations§

source§

impl Debug for BatchAddPathRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchAddPathRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BatchAddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BatchAddPathRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for BatchAddPathRequest

§

type Response = BatchAddPathResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BatchAddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BatchAddPathRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for BatchAddPathRequest

§

type Response = BatchAddPathResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathResponse.html index 4960b685..36a4cd6a 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddPathResponse.html @@ -1,7 +1,7 @@ BatchAddPathResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::BatchAddPathResponse

source ·
pub struct BatchAddPathResponse(pub BatchAddPathProgress);
Available on crate feature rpc only.
Expand description

Response to a batch add path request

Tuple Fields§

§0: BatchAddPathProgress

Trait Implementations§

source§

impl Debug for BatchAddPathResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchAddPathResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchAddPathResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BatchAddPathResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddStreamRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddStreamRequest.html index 3f647653..55bad04d 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddStreamRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchAddStreamRequest.html @@ -6,7 +6,7 @@

§batch: BatchId

Batch to create the temp tag in

Trait Implementations§

source§

impl BidiStreamingMsg<RpcService> for BatchAddStreamRequest

§

type Update = BatchAddStreamUpdate

The type for request updates Read more
§

type Response = BatchAddStreamResponse

The type for the response Read more
source§

impl Debug for BatchAddStreamRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchAddStreamRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BatchAddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BatchAddStreamRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateRequest.html index adadda34..b8d795b8 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateRequest.html @@ -1,7 +1,7 @@ BatchCreateRequest in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::BatchCreateRequest

source ·
pub struct BatchCreateRequest;
Available on crate feature rpc only.
Expand description

Request to create a new scope for temp tags

Trait Implementations§

source§

impl BidiStreamingMsg<RpcService> for BatchCreateRequest

§

type Update = BatchUpdate

The type for request updates Read more
§

type Response = BatchCreateResponse

The type for the response Read more
source§

impl Debug for BatchCreateRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchCreateRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BatchCreateRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BatchCreateRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for BatchCreateRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for BatchCreateRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateTempTagRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateTempTagRequest.html index d62bbee1..592b3fd7 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateTempTagRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BatchCreateTempTagRequest.html @@ -5,8 +5,8 @@

Fields§

§content: HashAndFormat

Content to protect

§batch: BatchId

Batch to create the temp tag in

Trait Implementations§

source§

impl Debug for BatchCreateTempTagRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BatchCreateTempTagRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for BatchCreateTempTagRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for BatchCreateTempTagRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for BatchCreateTempTagRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for BatchCreateTempTagRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for BatchCreateTempTagRequest

§

impl RefUnwindSafe for BatchCreateTempTagRequest

§

impl Send for BatchCreateTempTagRequest

§

impl Sync for BatchCreateTempTagRequest

§

impl Unpin for BatchCreateTempTagRequest

§

impl UnwindSafe for BatchCreateTempTagRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusRequest.html index 9779bdd7..b01f9972 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusRequest.html @@ -4,7 +4,7 @@

Fields§

§hash: Hash

The hash of the blob

Trait Implementations§

source§

impl Debug for BlobStatusRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlobStatusRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for BlobStatusRequest

§

type Response = Result<BlobStatusResponse, Error>

The type for the response Read more
source§

impl Serialize for BlobStatusRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for BlobStatusRequest

§

impl RefUnwindSafe for BlobStatusRequest

§

impl Send for BlobStatusRequest

§

impl Sync for BlobStatusRequest

§

impl Unpin for BlobStatusRequest

§

impl UnwindSafe for BlobStatusRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusResponse.html index d9174601..13ea7531 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.BlobStatusResponse.html @@ -1,6 +1,6 @@ BlobStatusResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::BlobStatusResponse

source ·
pub struct BlobStatusResponse(pub BlobStatus);
Available on crate feature rpc only.
Expand description

The response to a status request

Tuple Fields§

§0: BlobStatus

Trait Implementations§

source§

impl Debug for BlobStatusResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlobStatusResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobStatus> for BlobStatusResponse

source§

fn from(value: BlobStatus) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusResponse> for BlobStatus

source§

fn from(value: BlobStatusResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BlobStatusResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlobStatus> for BlobStatusResponse

source§

fn from(value: BlobStatus) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusResponse> for BlobStatus

source§

fn from(value: BlobStatusResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for BlobStatusResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ConsistencyCheckRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ConsistencyCheckRequest.html index bffe5759..c052ba02 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ConsistencyCheckRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ConsistencyCheckRequest.html @@ -3,8 +3,8 @@ }
Available on crate feature rpc only.
Expand description

A request to the node to validate the integrity of all provided data

Fields§

§repair: bool

repair the store by dropping inconsistent blobs

Trait Implementations§

source§

impl Debug for ConsistencyCheckRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConsistencyCheckRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ConsistencyCheckRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ConsistencyCheckRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ConsistencyCheckRequest

§

type Response = ConsistencyCheckProgress

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ConsistencyCheckRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ConsistencyCheckRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ConsistencyCheckRequest

§

type Response = ConsistencyCheckProgress

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.CreateCollectionRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.CreateCollectionRequest.html index 2d629331..63cb43a5 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.CreateCollectionRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.CreateCollectionRequest.html @@ -8,7 +8,7 @@

§tags_to_delete: Vec<Tag>

Tags that should be deleted after creation.

Trait Implementations§

source§

impl Debug for CreateCollectionRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for CreateCollectionRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for CreateCollectionRequest

§

type Response = Result<CreateCollectionResponse, Error>

The type for the response Read more
source§

impl Serialize for CreateCollectionRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DeleteRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DeleteRequest.html index ba8e6d8e..7362d768 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DeleteRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DeleteRequest.html @@ -4,7 +4,7 @@

Fields§

§hash: Hash

Name of the tag

Trait Implementations§

source§

impl Debug for DeleteRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DeleteRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for DeleteRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for DeleteRequest

§

impl RefUnwindSafe for DeleteRequest

§

impl Send for DeleteRequest

§

impl Sync for DeleteRequest

§

impl Unpin for DeleteRequest

§

impl UnwindSafe for DeleteRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DownloadResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DownloadResponse.html index c6f454ca..e554eb9d 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DownloadResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.DownloadResponse.html @@ -1,7 +1,7 @@ DownloadResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::DownloadResponse

source ·
pub struct DownloadResponse(pub DownloadProgress);
Available on crate feature rpc only.
Expand description

Progress response for BlobDownloadRequest

Tuple Fields§

§0: DownloadProgress

Trait Implementations§

source§

impl Clone for DownloadResponse

source§

fn clone(&self) -> DownloadResponse

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DownloadResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DownloadResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DownloadProgress> for DownloadResponse

source§

fn from(value: DownloadProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for DownloadProgress

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for DownloadResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<DownloadProgress> for DownloadResponse

source§

fn from(value: DownloadProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for DownloadProgress

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for DownloadResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for DownloadResponse

§

impl RefUnwindSafe for DownloadResponse

§

impl Send for DownloadResponse

§

impl Sync for DownloadResponse

§

impl Unpin for DownloadResponse

§

impl UnwindSafe for DownloadResponse

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportRequest.html index 6f676329..8b037a20 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportRequest.html @@ -13,8 +13,8 @@

§mode: ExportMode

The mode of exporting.

The default is ExportMode::Copy. See ExportMode for details.

Trait Implementations§

source§

impl Clone for ExportRequest

source§

fn clone(&self) -> ExportRequest

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExportRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ExportRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ExportRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ExportRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ExportRequest

§

type Response = ExportResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ExportRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ExportRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ExportRequest

§

type Response = ExportResponse

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ExportRequest

§

impl RefUnwindSafe for ExportRequest

§

impl Send for ExportRequest

§

impl Sync for ExportRequest

§

impl Unpin for ExportRequest

§

impl UnwindSafe for ExportRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportResponse.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportResponse.html index 404ed871..9eacb645 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportResponse.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ExportResponse.html @@ -1,7 +1,7 @@ ExportResponse in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::ExportResponse

source ·
pub struct ExportResponse(pub ExportProgress);
Available on crate feature rpc only.
Expand description

Progress response for ExportRequest

Tuple Fields§

§0: ExportProgress

Trait Implementations§

source§

impl Clone for ExportResponse

source§

fn clone(&self) -> ExportResponse

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExportResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ExportResponse

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExportProgress> for ExportResponse

source§

fn from(value: ExportProgress) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for ExportProgress

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl Serialize for ExportResponse

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl !Freeze for ExportResponse

§

impl RefUnwindSafe for ExportResponse

§

impl Send for ExportResponse

§

impl Sync for ExportResponse

§

impl Unpin for ExportResponse

§

impl UnwindSafe for ExportResponse

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListIncompleteRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListIncompleteRequest.html index 6d689900..290ccc3f 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListIncompleteRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListIncompleteRequest.html @@ -1,7 +1,7 @@ ListIncompleteRequest in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::ListIncompleteRequest

source ·
pub struct ListIncompleteRequest;
Available on crate feature rpc only.
Expand description

List all blobs, including collections

Trait Implementations§

source§

impl Debug for ListIncompleteRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ListIncompleteRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ListIncompleteRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ListIncompleteRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ListIncompleteRequest

§

type Response = Result<IncompleteBlobInfo, Error>

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl ServerStreamingMsg<RpcService> for ListIncompleteRequest

§

type Response = Result<IncompleteBlobInfo, Error>

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ListIncompleteRequest

§

impl RefUnwindSafe for ListIncompleteRequest

§

impl Send for ListIncompleteRequest

§

impl Sync for ListIncompleteRequest

§

impl Unpin for ListIncompleteRequest

§

impl UnwindSafe for ListIncompleteRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListRequest.html index ef12439c..6b9d5025 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ListRequest.html @@ -1,7 +1,7 @@ ListRequest in iroh_blobs::rpc::proto::blobs - Rust

Struct iroh_blobs::rpc::proto::blobs::ListRequest

source ·
pub struct ListRequest;
Available on crate feature rpc only.
Expand description

List all blobs, including collections

Trait Implementations§

source§

impl Debug for ListRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ListRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ListRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = Result<BlobInfo, Error>

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ListRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = Result<BlobInfo, Error>

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ListRequest

§

impl RefUnwindSafe for ListRequest

§

impl Send for ListRequest

§

impl Sync for ListRequest

§

impl Unpin for ListRequest

§

impl UnwindSafe for ListRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ReadAtRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ReadAtRequest.html index ba4e070e..a4575b11 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ReadAtRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ReadAtRequest.html @@ -7,7 +7,7 @@

§offset: u64

Offset to start reading at

§len: ReadAtLen

Length of the data to get

Trait Implementations§

source§

impl Debug for ReadAtRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ReadAtRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ReadAtRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ReadAtRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ReadAtRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ReadAtRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ReadAtRequest

§

type Response = Result<ReadAtResponse, Error>

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where diff --git a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ValidateRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ValidateRequest.html index df6e3666..b5f45f32 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ValidateRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/blobs/struct.ValidateRequest.html @@ -4,7 +4,7 @@

Fields§

§repair: bool

repair the store by downgrading blobs from complete to partial

Trait Implementations§

source§

impl Debug for ValidateRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ValidateRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ValidateRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ValidateRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ValidateRequest

§

type Response = ValidateProgress

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ValidateRequest

§

type Response = ValidateProgress

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ValidateRequest

§

impl RefUnwindSafe for ValidateRequest

§

impl Send for ValidateRequest

§

impl Sync for ValidateRequest

§

impl Unpin for ValidateRequest

§

impl UnwindSafe for ValidateRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/enum.Request.html b/pr/25/docs/iroh_blobs/rpc/proto/enum.Request.html index fd83c983..16ff9041 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/enum.Request.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/enum.Request.html @@ -2,8 +2,8 @@ Blobs(Request), Tags(Request), }
Available on crate feature rpc only.

Variants§

§

Blobs(Request)

§

Tags(Request)

Trait Implementations§

source§

impl Debug for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Request

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathRequest> for Request

source§

fn from(value: AddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamRequest> for Request

source§

fn from(value: AddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamUpdate> for Request

source§

fn from(value: AddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathRequest> for Request

source§

fn from(value: BatchAddPathRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamRequest> for Request

source§

fn from(value: BatchAddStreamRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamUpdate> for Request

source§

fn from(value: BatchAddStreamUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateRequest> for Request

source§

fn from(value: BatchCreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateTempTagRequest> for Request

source§

fn from(value: BatchCreateTempTagRequest) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdate> for Request

source§

fn from(value: BatchUpdate) -> Self

Converts to this type from the input type.
source§

impl From<BlobDownloadRequest> for Request

source§

fn from(value: BlobDownloadRequest) -> Self

Converts to this type from the input type.
source§

impl From<BlobStatusRequest> for Request

source§

fn from(value: BlobStatusRequest) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckRequest> for Request

source§

fn from(value: ConsistencyCheckRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionRequest> for Request

source§

fn from(value: CreateCollectionRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ExportRequest> for Request

source§

fn from(value: ExportRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListIncompleteRequest> for Request

source§

fn from(value: ListIncompleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ReadAtRequest> for Request

source§

fn from(value: ReadAtRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl From<ValidateRequest> for Request

source§

fn from(value: ValidateRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a AddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a AddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddPathRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchAddStreamUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchCreateTempTagRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BatchUpdate

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobDownloadRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a BlobStatusRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ConsistencyCheckRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateCollectionRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ExportRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListIncompleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ReadAtRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ValidateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for AddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddPathRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchAddStreamUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchCreateTempTagRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BatchUpdate

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobDownloadRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for BlobStatusRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ConsistencyCheckRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateCollectionRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ExportRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListIncompleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ReadAtRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ValidateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl !Freeze for Request

§

impl RefUnwindSafe for Request

§

impl Send for Request

§

impl Sync for Request

§

impl Unpin for Request

§

impl UnwindSafe for Request

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/enum.Response.html b/pr/25/docs/iroh_blobs/rpc/proto/enum.Response.html index 467a9972..98a2c6f9 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/enum.Response.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/enum.Response.html @@ -2,8 +2,8 @@ Blobs(Response), Tags(Response), }
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Response

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckProgress> for Response

source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<(), Error>> for Response

source§

fn from(value: RpcResult<()>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobInfo, Error>> for Response

source§

fn from(value: RpcResult<BlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobStatusResponse, Error>> for Response

source§

fn from(value: RpcResult<BlobStatusResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<CreateCollectionResponse, Error>> for Response

source§

fn from(value: RpcResult<CreateCollectionResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<IncompleteBlobInfo, Error>> for Response

source§

fn from(value: RpcResult<IncompleteBlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<ReadAtResponse, Error>> for Response

source§

fn from(value: RpcResult<ReadAtResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<Tag, Error>> for Response

source§

fn from(value: RpcResult<Tag>) -> Self

Converts to this type from the input type.
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl From<ValidateProgress> for Response

source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AddPathResponse> for Response

source§

fn from(value: AddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<AddStreamResponse> for Response

source§

fn from(value: AddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddPathResponse> for Response

source§

fn from(value: BatchAddPathResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchAddStreamResponse> for Response

source§

fn from(value: BatchAddStreamResponse) -> Self

Converts to this type from the input type.
source§

impl From<BatchCreateResponse> for Response

source§

fn from(value: BatchCreateResponse) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckProgress> for Response

source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl From<DownloadResponse> for Response

source§

fn from(value: DownloadResponse) -> Self

Converts to this type from the input type.
source§

impl From<ExportResponse> for Response

source§

fn from(value: ExportResponse) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<(), Error>> for Response

source§

fn from(value: RpcResult<()>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobInfo, Error>> for Response

source§

fn from(value: RpcResult<BlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<BlobStatusResponse, Error>> for Response

source§

fn from(value: RpcResult<BlobStatusResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<CreateCollectionResponse, Error>> for Response

source§

fn from(value: RpcResult<CreateCollectionResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<IncompleteBlobInfo, Error>> for Response

source§

fn from(value: RpcResult<IncompleteBlobInfo>) -> Self

Converts to this type from the input type.
source§

impl From<Result<ReadAtResponse, Error>> for Response

source§

fn from(value: RpcResult<ReadAtResponse>) -> Self

Converts to this type from the input type.
source§

impl From<Result<Tag, Error>> for Response

source§

fn from(value: RpcResult<Tag>) -> Self

Converts to this type from the input type.
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl From<ValidateProgress> for Response

source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a AddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a AddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddPathResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchAddStreamResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a BatchCreateResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a DownloadResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ExportResponse

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for AddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddPathResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchAddStreamResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for BatchCreateResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for DownloadResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ExportResponse

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl !Freeze for Response

§

impl RefUnwindSafe for Response

§

impl Send for Response

§

impl Sync for Response

§

impl Unpin for Response

§

impl UnwindSafe for Response

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/struct.RpcService.html b/pr/25/docs/iroh_blobs/rpc/proto/struct.RpcService.html index 1e76864e..e8123bae 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/struct.RpcService.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/struct.RpcService.html @@ -1,5 +1,5 @@ RpcService in iroh_blobs::rpc::proto - Rust

Struct iroh_blobs::rpc::proto::RpcService

source ·
pub struct RpcService;
Available on crate feature rpc only.
Expand description

quic-rpc service for iroh blobs

-

Trait Implementations§

source§

impl BidiStreamingMsg<RpcService> for AddStreamRequest

§

type Update = AddStreamUpdate

The type for request updates Read more
§

type Response = AddStreamResponse

The type for the response Read more
source§

impl BidiStreamingMsg<RpcService> for BatchAddStreamRequest

§

type Update = BatchAddStreamUpdate

The type for request updates Read more
§

type Response = BatchAddStreamResponse

The type for the response Read more
source§

impl BidiStreamingMsg<RpcService> for BatchCreateRequest

§

type Update = BatchUpdate

The type for request updates Read more
§

type Response = BatchCreateResponse

The type for the response Read more
source§

impl Clone for RpcService

source§

fn clone(&self) -> RpcService

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RpcService

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Msg<RpcService> for AddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for AddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchAddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchAddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchCreateRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BlobDownloadRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ConsistencyCheckRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ExportRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListIncompleteRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ReadAtRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ValidateRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl RpcMsg<RpcService> for BatchCreateTempTagRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for BlobStatusRequest

§

type Response = Result<BlobStatusResponse, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for CreateCollectionRequest

§

type Response = Result<CreateCollectionResponse, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for CreateRequest

§

type Response = Result<Tag, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for SetRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for AddPathRequest

§

type Response = AddPathResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for BatchAddPathRequest

§

type Response = BatchAddPathResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for BlobDownloadRequest

§

type Response = DownloadResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ConsistencyCheckRequest

§

type Response = ConsistencyCheckProgress

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ExportRequest

§

type Response = ExportResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListIncompleteRequest

§

type Response = Result<IncompleteBlobInfo, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = TagInfo

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = Result<BlobInfo, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ReadAtRequest

§

type Response = Result<ReadAtResponse, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ValidateRequest

§

type Response = ValidateProgress

The type for the response Read more
source§

impl Service for RpcService

§

type Req = Request

Type of request messages
§

type Res = Response

Type of response messages

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl BidiStreamingMsg<RpcService> for AddStreamRequest

§

type Update = AddStreamUpdate

The type for request updates Read more
§

type Response = AddStreamResponse

The type for the response Read more
source§

impl BidiStreamingMsg<RpcService> for BatchAddStreamRequest

§

type Update = BatchAddStreamUpdate

The type for request updates Read more
§

type Response = BatchAddStreamResponse

The type for the response Read more
source§

impl BidiStreamingMsg<RpcService> for BatchCreateRequest

§

type Update = BatchUpdate

The type for request updates Read more
§

type Response = BatchCreateResponse

The type for the response Read more
source§

impl Clone for RpcService

source§

fn clone(&self) -> RpcService

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RpcService

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Msg<RpcService> for AddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for AddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchAddPathRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchAddStreamRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BatchCreateRequest

§

type Pattern = BidiStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for BlobDownloadRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ConsistencyCheckRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ExportRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListIncompleteRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ReadAtRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Msg<RpcService> for ValidateRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl RpcMsg<RpcService> for BatchCreateTempTagRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for BlobStatusRequest

§

type Response = Result<BlobStatusResponse, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for CreateCollectionRequest

§

type Response = Result<CreateCollectionResponse, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for CreateRequest

§

type Response = Result<Tag, Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl RpcMsg<RpcService> for SetRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for AddPathRequest

§

type Response = AddPathResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for BatchAddPathRequest

§

type Response = BatchAddPathResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for BlobDownloadRequest

§

type Response = DownloadResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ConsistencyCheckRequest

§

type Response = ConsistencyCheckProgress

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ExportRequest

§

type Response = ExportResponse

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListIncompleteRequest

§

type Response = Result<IncompleteBlobInfo, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = TagInfo

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = Result<BlobInfo, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ReadAtRequest

§

type Response = Result<ReadAtResponse, Error>

The type for the response Read more
source§

impl ServerStreamingMsg<RpcService> for ValidateRequest

§

type Response = ValidateProgress

The type for the response Read more
source§

impl Service for RpcService

§

type Req = Request

Type of request messages
§

type Res = Response

Type of response messages

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Request.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Request.html index b2e54e22..c7b9737c 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Request.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Request.html @@ -3,9 +3,9 @@ Set(SetRequest), DeleteTag(DeleteRequest), ListTags(ListRequest), -}
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Request

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}
Available on crate feature rpc only.

Variants§

Trait Implementations§

source§

impl Debug for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Request

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Request

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<Request> for Request

source§

fn from(value: Request) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl Serialize for Request

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a Request

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for Request

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Response.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Response.html index b21219ae..6698b2d0 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Response.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/enum.Response.html @@ -3,8 +3,8 @@ ListTags(TagInfo), DeleteTag(RpcResult<()>), }
Available on crate feature rpc only.

Variants§

§

Create(RpcResult<Tag>)

§

ListTags(TagInfo)

§

DeleteTag(RpcResult<()>)

Trait Implementations§

source§

impl Debug for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Response

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<(), Error>> for Response

source§

fn from(value: RpcResult<()>) -> Self

Converts to this type from the input type.
source§

impl From<Result<Tag, Error>> for Response

source§

fn from(value: RpcResult<Tag>) -> Self

Converts to this type from the input type.
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Response

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Response> for Response

source§

fn from(value: Response) -> Self

Converts to this type from the input type.
source§

impl From<Result<(), Error>> for Response

source§

fn from(value: RpcResult<()>) -> Self

Converts to this type from the input type.
source§

impl From<Result<Tag, Error>> for Response

source§

fn from(value: RpcResult<Tag>) -> Self

Converts to this type from the input type.
source§

impl From<TagInfo> for Response

source§

fn from(value: TagInfo) -> Self

Converts to this type from the input type.
source§

impl Serialize for Response

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a Response

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a TagInfo

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for Response

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for TagInfo

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.CreateRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.CreateRequest.html index 3e4936aa..ecb020e0 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.CreateRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.CreateRequest.html @@ -8,7 +8,7 @@

§sync: SyncMode

Sync mode

Trait Implementations§

source§

impl Debug for CreateRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for CreateRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl From<CreateRequest> for Request

source§

fn from(value: CreateRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for CreateRequest

§

type Response = Result<Tag, Error>

The type for the response Read more
source§

impl Serialize for CreateRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a CreateRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for CreateRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.DeleteRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.DeleteRequest.html index e5747935..374bab33 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.DeleteRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.DeleteRequest.html @@ -4,7 +4,7 @@

Fields§

§name: Tag

Name of the tag

Trait Implementations§

source§

impl Debug for DeleteRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DeleteRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRequest> for Request

source§

fn from(value: DeleteRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for DeleteRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for DeleteRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a DeleteRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for DeleteRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.ListRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.ListRequest.html index d8439c97..00759f3a 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.ListRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.ListRequest.html @@ -10,7 +10,7 @@

source

pub fn hash_seq() -> Self

List hash seq tags

Trait Implementations§

source§

impl Debug for ListRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ListRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl From<ListRequest> for Request

source§

fn from(value: ListRequest) -> Self

Converts to this type from the input type.
source§

impl Msg<RpcService> for ListRequest

§

type Pattern = ServerStreaming

The interaction pattern for this message with this service.
source§

impl Serialize for ListRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = TagInfo

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl ServerStreamingMsg<RpcService> for ListRequest

§

type Response = TagInfo

The type for the response Read more
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a ListRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for ListRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ListRequest

§

impl RefUnwindSafe for ListRequest

§

impl Send for ListRequest

§

impl Sync for ListRequest

§

impl Unpin for ListRequest

§

impl UnwindSafe for ListRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.SetRequest.html b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.SetRequest.html index 48d81b45..22308170 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.SetRequest.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/tags/struct.SetRequest.html @@ -9,8 +9,8 @@

§batch: Option<BatchId>

Batch to use, none for global

§sync: SyncMode

Sync mode

Trait Implementations§

source§

impl Debug for SetRequest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SetRequest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for SetRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for SetRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl From<SetRequest> for Request

source§

fn from(value: SetRequest) -> Self

Converts to this type from the input type.
source§

impl RpcMsg<RpcService> for SetRequest

§

type Response = Result<(), Error>

The type for the response Read more
source§

impl Serialize for SetRequest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Request> for &'a SetRequest

§

type Error = &'a Request

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Request> for SetRequest

§

type Error = Request

The type returned in the event of a conversion error.
source§

fn try_from(value: Request) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl !Freeze for SetRequest

§

impl RefUnwindSafe for SetRequest

§

impl Send for SetRequest

§

impl Sync for SetRequest

§

impl Unpin for SetRequest

§

impl UnwindSafe for SetRequest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/rpc/proto/type.RpcResult.html b/pr/25/docs/iroh_blobs/rpc/proto/type.RpcResult.html index 74189b40..8a0511d6 100644 --- a/pr/25/docs/iroh_blobs/rpc/proto/type.RpcResult.html +++ b/pr/25/docs/iroh_blobs/rpc/proto/type.RpcResult.html @@ -4,4 +4,4 @@ Err(Error), }

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Error)

Contains the error value

-

Trait Implementations§

source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
\ No newline at end of file +

Trait Implementations§

source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<()>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<BlobStatusResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<CreateCollectionResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<IncompleteBlobInfo>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<ReadAtResponse>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a RpcResult<Tag>

§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<()>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<BlobStatusResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<CreateCollectionResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<IncompleteBlobInfo>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<ReadAtResponse>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for RpcResult<Tag>

§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
\ No newline at end of file diff --git a/pr/25/docs/iroh_blobs/store/enum.ConsistencyCheckProgress.html b/pr/25/docs/iroh_blobs/store/enum.ConsistencyCheckProgress.html index fff4ebb2..33c0fb05 100644 --- a/pr/25/docs/iroh_blobs/store/enum.ConsistencyCheckProgress.html +++ b/pr/25/docs/iroh_blobs/store/enum.ConsistencyCheckProgress.html @@ -17,7 +17,7 @@
§

Abort(Error)

We got an error and need to abort.

Trait Implementations§

source§

impl Debug for ConsistencyCheckProgress

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConsistencyCheckProgress

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ConsistencyCheckProgress> for Response

Available on crate feature rpc only.
source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl From<ConsistencyCheckProgress> for Response

Available on crate feature rpc only.
source§

fn from(value: ConsistencyCheckProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for ConsistencyCheckProgress

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ConsistencyCheckProgress

§

impl RefUnwindSafe for ConsistencyCheckProgress

§

impl Send for ConsistencyCheckProgress

§

impl Sync for ConsistencyCheckProgress

§

impl Unpin for ConsistencyCheckProgress

§

impl UnwindSafe for ConsistencyCheckProgress

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ConsistencyCheckProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ConsistencyCheckProgress

§

impl RefUnwindSafe for ConsistencyCheckProgress

§

impl Send for ConsistencyCheckProgress

§

impl Sync for ConsistencyCheckProgress

§

impl Unpin for ConsistencyCheckProgress

§

impl UnwindSafe for ConsistencyCheckProgress

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/store/enum.ValidateProgress.html b/pr/25/docs/iroh_blobs/store/enum.ValidateProgress.html index 68f6ccda..04a7e803 100644 --- a/pr/25/docs/iroh_blobs/store/enum.ValidateProgress.html +++ b/pr/25/docs/iroh_blobs/store/enum.ValidateProgress.html @@ -65,7 +65,7 @@

§

Abort(Error)

We got an error and need to abort.

Trait Implementations§

source§

impl Debug for ValidateProgress

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ValidateProgress

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ValidateProgress> for Response

Available on crate feature rpc only.
source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl From<ValidateProgress> for Response

Available on crate feature rpc only.
source§

fn from(value: ValidateProgress) -> Self

Converts to this type from the input type.
source§

impl Serialize for ValidateProgress

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ValidateProgress

§

impl RefUnwindSafe for ValidateProgress

§

impl Send for ValidateProgress

§

impl Sync for ValidateProgress

§

impl Unpin for ValidateProgress

§

impl UnwindSafe for ValidateProgress

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a Response> for &'a ValidateProgress

Available on crate feature rpc only.
§

type Error = &'a Response

The type returned in the event of a conversion error.
source§

fn try_from(value: &'a Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Response> for ValidateProgress

Available on crate feature rpc only.
§

type Error = Response

The type returned in the event of a conversion error.
source§

fn try_from(value: Response) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for ValidateProgress

§

impl RefUnwindSafe for ValidateProgress

§

impl Send for ValidateProgress

§

impl Sync for ValidateProgress

§

impl Unpin for ValidateProgress

§

impl UnwindSafe for ValidateProgress

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( diff --git a/pr/25/docs/iroh_blobs/struct.HashAndFormat.html b/pr/25/docs/iroh_blobs/struct.HashAndFormat.html index 72a74d60..28e0f654 100644 --- a/pr/25/docs/iroh_blobs/struct.HashAndFormat.html +++ b/pr/25/docs/iroh_blobs/struct.HashAndFormat.html @@ -10,7 +10,7 @@

Trait Implementations§

§

impl Clone for HashAndFormat

§

fn clone(&self) -> HashAndFormat

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for HashAndFormat

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for HashAndFormat

§

fn deserialize<D>( deserializer: D ) -> Result<HashAndFormat, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for HashAndFormat

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<DownloadKind> for HashAndFormat

Available on crate feature downloader only.
source§

fn from(value: DownloadKind) -> Self

Converts to this type from the input type.
source§

impl From<HashAndFormat> for DownloadKind

Available on crate feature downloader only.
source§

fn from(value: HashAndFormat) -> Self

Converts to this type from the input type.
§

impl FromStr for HashAndFormat

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<HashAndFormat, <HashAndFormat as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for HashAndFormat

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for HashAndFormat

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<DownloadKind> for HashAndFormat

Available on crate feature downloader only.
source§

fn from(value: DownloadKind) -> Self

Converts to this type from the input type.
source§

impl From<HashAndFormat> for DownloadKind

Available on crate feature downloader only.
source§

fn from(value: HashAndFormat) -> Self

Converts to this type from the input type.
§

impl FromStr for HashAndFormat

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<HashAndFormat, <HashAndFormat as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for HashAndFormat

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl MaxSize for HashAndFormat

§

const POSTCARD_MAX_SIZE: usize = 33usize

The maximum possible size that the serialization of this diff --git a/pr/25/docs/iroh_blobs/util/struct.Tag.html b/pr/25/docs/iroh_blobs/util/struct.Tag.html index 822ff572..e980f37a 100644 --- a/pr/25/docs/iroh_blobs/util/struct.Tag.html +++ b/pr/25/docs/iroh_blobs/util/struct.Tag.html @@ -1,7 +1,7 @@ Tag in iroh_blobs::util - Rust

Struct iroh_blobs::util::Tag

source ·
pub struct Tag(pub Bytes);
Expand description

A tag

Tuple Fields§

§0: Bytes

Implementations§

source§

impl Tag

source

pub fn auto(time: SystemTime, exists: impl Fn(&[u8]) -> bool) -> Self

Create a new tag that does not exist yet.

-

Trait Implementations§

source§

impl Borrow<[u8]> for Tag

source§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
source§

impl Clone for Tag

source§

fn clone(&self) -> Tag

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Tag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Tag

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Tag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&str> for Tag

source§

fn from(value: &str) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Tag

source§

fn from(value: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<String> for Tag

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<Tag> for Bytes

source§

fn from(value: Tag) -> Self

Converts to this type from the input type.
source§

impl Key for Tag

source§

fn compare(data1: &[u8], data2: &[u8]) -> Ordering

Compare data1 with data2
source§

impl Ord for Tag

source§

fn cmp(&self, other: &Tag) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +

Trait Implementations§

source§

impl Borrow<[u8]> for Tag

source§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
source§

impl Clone for Tag

source§

fn clone(&self) -> Tag

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Tag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Tag

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Tag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&str> for Tag

source§

fn from(value: &str) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Tag

source§

fn from(value: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<String> for Tag

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl From<Tag> for Bytes

source§

fn from(value: Tag) -> Self

Converts to this type from the input type.
source§

impl Key for Tag

source§

fn compare(data1: &[u8], data2: &[u8]) -> Ordering

Compare data1 with data2
source§

impl Ord for Tag

source§

fn cmp(&self, other: &Tag) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for Tag

source§

fn eq(&self, other: &Tag) -> bool

This method tests for self and other values to be equal, and is used diff --git a/pr/25/docs/search-index.js b/pr/25/docs/search-index.js index 5a081011..96e67329 100644 --- a/pr/25/docs/search-index.js +++ b/pr/25/docs/search-index.js @@ -1,5 +1,5 @@ var searchIndex = new Map(JSON.parse('[\ -["iroh_blobs",{"t":"SGTFFPSPEENNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNCONNNNNNNNNNNNCNNNONCNNNNNNNNCCNNNNNCCNCNNNCNNNNNNNNNNNNNNNNNNCNNNPPFGGGPPPPGPPPPPGPPGPPPFFPPPPPGGPNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNOOHNNNHOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPGNNNNNNNNNNNNNNNNNNNNNNOOPPPPPFRRKGPFFFFPGGKFKPRPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNONNNNNNNNNNNNNNNNNNNNNMNOOOOONNMNNMNMNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPPNNNNNNHHHNNNNNNNNNNNOOOOOOOOCFTKNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNPPPGPFPNNNNNOONNCNNONNNNNCNNNNNNNNNNNCNNNNNCCNNNNNNNNNNNNPPGGPPPPPGPPPGFPPPPPPNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNOOOOOOOOOOOOOOOOPGPPPPPNNNNNNNNNNNNNNNNNNNNNNFFGFFFFFFGPPPGGGPGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPIPFNNNNNNNNNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNONNNOONONNNONNNNNNNNNNNNNNNHHHHHFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNFNNNNNNOOOOOOOOOOOONNNNNNNNNNNFFFFPGIPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNONNNNNNNNNNNONONNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNSGTPFSFPFFGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPGPKPPGFPPPPPPFPGPPPPPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNOHMNOHNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCCCCFFFFFPPFFGFFPEFFFPFFFIPPPGFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONONOOONNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOOOFIFNNNNNNNNNNNONNONNNNNNONNNNNNNNNNNNNNNPPPPGGIIFPPNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPFFPPFFGPPPFFPPFGGPPPFGPFGPPPFFPPFPPFFPPFPPFPPPPFFPPPPPPPFFPPPPFGGGPPPFNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOPPFFPPPFPPPGGPFGNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNPPPKGPPPGPPPPPPPIPPPRPRPGPPPGGGGIPPFGPGGGPKKKKPPPPPPPPKGPPPPKPPPPPGPPNNNNNNNEMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNNNMNNNNNNNOMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMMMMMMMNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNMCNMMNOECNNNNNNNMMMMMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOTFIFTFFFNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNOOOOOONNNNNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPGFFKKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNCNNCNNNNNMMNNNCNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNHNNNNNNNNNNNONNNNNNNNNNHHNNNNHHHHHONNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFPGFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFPFKFRPGIKFPFFNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ALPN","BlobFormat","EMPTY","Hash","HashAndFormat","HashSeq","IROH_BLOCK_SIZE","Raw","Tag","TempTag","__clone_box","__clone_box","__clone_box","as_bytes","as_bytes","as_bytes","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","compare","default","deserialize","deserialize","deserialize","downloader","encode_hex","encode_hex_upper","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","export","fixed_width","fixed_width","fmt","fmt","fmt","fmt","fmt","fmt","fmt_short","format","format","from","from","from","from","from","from","from","from_bytes","from_bytes","from_bytes","from_str","from_str","get","hash","hash","hash","hash","hash_seq","hashseq","into","into","into","into_arc_any","into_arc_any","into_arc_any","is_hash_seq","is_raw","metrics","net_protocol","new","new","partial_cmp","partial_cmp","partial_cmp","protocol","provider","raw","rpc","serialize","serialize","serialize","store","to_hex","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","type_name","type_name","util","vzip","vzip","vzip","Add","Blob","BlobAddOptions","BlobCommands","BlobSource","BlobSourceIroh","Blobs","Collections","ConsistencyCheck","Delete","DeleteCommands","Export","Get","Hash","IncompleteBlobs","List","ListCommands","LocalFs","None","OutputTarget","Path","Path","Print","ProvideProgressState","ProvideResponseEntry","Share","Stdin","Stdin","Stdout","Ticket","TicketOption","TicketOrHash","Validate","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add","add_with_opts","aggregate_add_response","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filename","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_str","group_id","has_subcommand","has_subcommand","has_subcommand","hash","in_place","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","name","no_ticket","print_add_response","run","run","run","show_download_progress","size","tag","tags","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","validate","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","addr_options","address","debug","hash","hash","node","options","out","out","override_addresses","queued","recursive","recursive","recursive","relay_url","repair","repair","source","stable","stable","tag","ticket","verbose","verbose","in_place","path","hash","Delete","List","TagCommands","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","clone","clone_into","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","into","into_arc_any","run","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","hex","tag","AbortRequest","ActorClosed","AllIntentsDropped","Cancelled","Complete","ConcurrencyLimits","Connection","Connection","Dialer","DownloadError","DownloadFailed","DownloadHandle","DownloadKind","DownloadRequest","Downloader","DropPeer","FailureAction","GetOutput","Getter","IntentId","NeedsConn","NeedsConn","NeedsConn","NoProviders","RetryConfig","RetryLater","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cancel","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","get","hash","hash","hash","hash_and_format","initial_retry_delay","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","is_pending","join","max_concurrent_dials_per_hash","max_concurrent_requests","max_concurrent_requests_per_node","max_open_connections","max_retries_per_node","new","new","node_id","nodes_have","partial_cmp","pending_count","poll","proceed","progress_sender","queue","queue_dial","race","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_config","Abort","AllDone","Done","ExportProgress","Found","Progress","__clone_box","borrow","borrow_mut","clone","clone_into","deserialize","export","export_blob","export_collection","fmt","from","from","into","into_arc_any","serialize","to_owned","try_from","try_into","type_id","vzip","hash","id","id","id","meta","offset","outpath","size","collection","Collection","HEADER","SimpleStore","__clone_box","borrow","borrow_mut","clone","clone_into","default","deserialize","eq","extend","fmt","from","from_iter","index","into","into_arc_any","into_iter","is_empty","iter","len","load","load","load_db","push","read_fsm","read_fsm_all","serialize","store","to_blobs","to_owned","try_from","try_into","type_id","vzip","Connection","Decode","Generic","GetResponseError","Read","Stats","Write","__clone_box","borrow","borrow","borrow_mut","borrow_mut","bytes_read","bytes_written","clone","clone_into","db","default","deserialize","elapsed","eq","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","from","from","from","from","from","from","from","from","fsm","into","into","into_arc_any","into_arc_any","mbits","progress","request","serialize","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Abort","AllDone","BlobId","BlobInfo","Child","Complete","Complete","Connected","Done","DownloadProgress","Found","FoundHashSeq","FoundLocal","GetState","GetStateNeedsConn","InitialState","Missing","NeedsConn","Partial","Progress","Root","__clone_box","__clone_box","__clone_box","blob_info","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","get_to_db","get_to_db_in_steps","hash","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","missing_ranges","partial_cmp","proceed","proceed","serialize","serialize","size","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","valid_ranges","valid_ranges","vzip","vzip","vzip","vzip","vzip","entry","size","valid_ranges","child","child","children","hash","hash","hash","id","id","id","offset","size","size","valid_ranges","BadRequest","GetError","Io","LocalFailure","NoncompliantNode","NotFound","RemoteReset","borrow","borrow_mut","fmt","fmt","from","from","from","from","from","from","from","from","from","from","into","into_arc_any","source","to_string","try_from","try_into","type_id","vzip","AtBlobContent","AtBlobHeader","AtBlobHeaderNextError","AtClosing","AtConnected","AtEndBlob","AtInitial","AtStartChild","AtStartRoot","BlobContentNext","Closed","Closing","Closing","ConnectedNext","ConnectedNextError","DecodeError","Done","EndBlobNext","Io","Io","Io","LeafHashMismatch","LeafNotFound","More","MoreChildren","NotFound","NotFound","ParentHashMismatch","ParentNotFound","PostcardSer","Read","Read","RequestTooBig","StartChild","StartRoot","Write","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","child_offset","concatenate_into_vec","concatenate_into_vec","drain","drain","finish","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","new","next","next","next","next","next","next","next","next","offset","offset","ranges","ranges","ranges","source","source","start","to_string","to_string","to_string","tree","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_all","write_all","write_all_batch","write_all_batch","write_all_with_outboard","write_all_with_outboard","BlobProgress","BlobState","Done","Pending","ProgressId","Progressing","TransferState","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","child_count","children","clone","clone","clone","clone_into","clone_into","clone_into","connected","current","default","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","get_blob","get_current","hash","into","into","into","into_arc_any","into_arc_any","into_arc_any","local_ranges","new","new","on_progress","progress","progress_id_to_blob","root","root","serialize","serialize","serialize","size","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","get_chunk_probe","get_hash_seq_and_sizes","get_unverified_size","get_verified_size","random_hash_seq_ranges","HashSeq","HashSeqIter","HashSeqStream","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","fmt","fmt","fmt","from","from","from","from_iter","get","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_fallible","into_inner","into_iter","into_iter","is_empty","iter","len","new","next","next","parse_hash_seq","pop_front","progress_with","skip","to_owned","to_owned","to_owned","transpose_into_fallible","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Metrics","__clone_box","borrow","borrow_mut","clone","clone_into","default","download_bytes_total","download_time_total","downloader_tick_connection_ready","downloader_tick_goodbye_node","downloader_tick_main","downloader_tick_message_received","downloader_tick_retry_node","downloader_tick_transfer_completed","downloader_tick_transfer_failed","downloads_error","downloads_notfound","downloads_success","fmt","from","into","into_arc_any","iter","name","to_owned","try_from","try_into","type_id","vzip","BatchId","BlobDownloadRequest","Blobs","Builder","Direct","DownloadMode","ProtectCb","Queued","__clone_box","__clone_box","__clone_box","accept","add_protected","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","client","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","deserialize","deserialize","deserialize","downloader","endpoint","eq","equivalent","equivalent","equivalent","equivalent","events","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","handle_rpc_request","hash","hash","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","memory","mode","new","nodes","partial_cmp","persistent","rt","serialize","serialize","serialize","shutdown","start_gc","store","tag","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","ALPN","Closed","EMPTY","Get","GetRequest","MAX_MESSAGE_SIZE","NonEmptyRequestRangeSpecIter","ProviderTerminating","RangeSpec","RangeSpecSeq","Request","RequestReceived","StreamDropped","UnknownErrorCode","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","all","all","as_single","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","deserialize","deserialize","deserialize","deserialize","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ranges","from_ranges_infinite","hash","hash","hash","hash","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_fallible","into_iter","is_all","is_empty","iter","iter_non_empty","last_chunk","last_chunks","new","new","new","next","progress_with","ranges","reason","serialize","serialize","serialize","serialize","single","to_chunk_ranges","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Abort","Abort","AddProgress","AllDone","BatchAddPathProgress","ClientConnected","CustomEventSender","Done","Done","Event","EventSender","Found","Found","GetRequestReceived","NotFound","Progress","Progress","ResponseWriter","Sent","SentStatus","TaggedBlobAdded","TransferAborted","TransferBlobCompleted","TransferCompleted","TransferHashSeqStarted","TransferProgress","TransferStats","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","deserialize","deserialize","duration","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","handle_connection","handle_get","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","new","read","read_request","send","send","send","send_blob","serialize","serialize","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_send","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","format","hash","hash","id","id","id","name","offset","size","tag","hash","offset","size","connection_id","connection_id","connection_id","connection_id","connection_id","connection_id","connection_id","end_offset","format","hash","hash","hash","hash","index","num_blobs","request_id","request_id","request_id","request_id","request_id","request_id","size","stats","stats","tag","client","proto","blobs","tags","AddDirOpts","AddFileOpts","AddOutcome","AddProgress","AddReaderOpts","All","AtMost","Batch","BlobInfo","BlobStatus","Client","CollectionInfo","Complete","DownloadMode","DownloadOptions","DownloadOutcome","DownloadProgress","Exact","ExportOutcome","ExportProgress","IncompleteBlobInfo","MemClient","NoWrap","NotFound","Partial","ReadAtLen","Reader","Wrap","WrapOption","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_blob_seq","add_bytes","add_bytes","add_bytes_named","add_bytes_with_opts","add_collection","add_dir","add_dir_with_opts","add_file","add_file_with_opts","add_from_path","add_reader","add_reader","add_reader_with_opts","add_stream","add_stream","add_stream_with_opts","as_result_len","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain","chain","chain","chain","chunk_size","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","create_collection","default","default","default","default","default","delete_blob","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","download","download_hash_seq","download_with_opts","downloaded_size","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expected_size","export","finish","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_rpc_read","get_collection","has","hash","hash","hash","hash","import_mode","import_mode","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","into_future","into_future","into_stream","into_stream","into_stream","into_stream","io_parallelism","is_complete","join","join","join","list","list_collections","list_incomplete","load","local_size","merge","merge","merge","merge","mode","new","new","new","nodes","path","persist","persist_to","persist_with_opts","poll","poll","poll","poll_next","poll_next","poll_next","poll_next","poll_read","race","race","race","ratelimit_stream","ratelimit_stream","ratelimit_stream","ratelimit_stream","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","read","read_at","read_at_to_bytes","read_to_bytes","read_to_bytes","serialize","serialize","serialize","serialize","serialize","serialize","serialize","size","size","size","size","size_hint","stats","status","tag","tag","tag","tags","temp_tag","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","total_blobs_count","total_blobs_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","validate","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","zip","zip","zip","zip","size","size","name","Client","MemClient","TagInfo","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","delete","deserialize","fmt","fmt","format","from","from","hash","into","into","into_arc_any","into_arc_any","list","list_hash_seq","name","new","serialize","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Blobs","Blobs","Err","Ok","Request","Response","RpcError","RpcResult","RpcService","Tags","Tags","__clone_box","blobs","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deserialize","deserialize","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into_arc_any","into_arc_any","into_arc_any","serialize","serialize","tags","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Abort","Abort","Abort","AddPath","AddPath","AddPathRequest","AddPathResponse","AddStream","AddStream","AddStreamRequest","AddStreamResponse","AddStreamUpdate","AddStreamUpdate","BatchAddPath","BatchAddPath","BatchAddPathRequest","BatchAddPathResponse","BatchAddStream","BatchAddStream","BatchAddStreamRequest","BatchAddStreamResponse","BatchAddStreamUpdate","BatchAddStreamUpdate","BatchCreate","BatchCreate","BatchCreateRequest","BatchCreateResponse","BatchCreateTempTag","BatchCreateTempTagRequest","BatchUpdate","BatchUpdate","BlobStatus","BlobStatus","BlobStatusRequest","BlobStatusResponse","Chunk","Chunk","ConsistencyCheckRequest","CreateCollection","CreateCollection","CreateCollectionRequest","CreateCollectionResponse","Data","Delete","DeleteRequest","Download","Download","DownloadResponse","Drop","Entry","Export","Export","ExportRequest","ExportResponse","Fsck","Fsck","Id","List","List","ListIncomplete","ListIncomplete","ListIncompleteRequest","ListRequest","OutboardProgress","Ping","ReadAt","ReadAt","ReadAtRequest","ReadAtResponse","Request","Response","Result","Validate","Validate","ValidateRequest","__clone_box","__clone_box","__clone_box","batch","batch","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","collection","content","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","hash","hash","import_mode","in_place","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","len","mode","offset","path","path","path","repair","repair","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","tag","tag","tag","tag","tags_to_delete","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","hash","offset","chunk","is_complete","size","Create","Create","CreateRequest","DeleteRequest","DeleteTag","DeleteTag","Full","ListRequest","ListTags","ListTags","None","Request","Response","Set","SetRequest","SyncMode","all","batch","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash_seq","hash_seq","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","name","name","raw","raw","serialize","serialize","serialize","serialize","serialize","serialize","serialize","sync","sync","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Abort","Abort","AllDone","BaoBatchWriter","BaoBlobSize","Blob","Collection","Complete","ConsistencyCheckProgress","Copy","Copy","CopyProgress","CustomDebug","CustomDebug","CustomWarning","CustomWarning","DbIter","Done","Done","Entry","Entry","EntryDone","EntryMut","EntryProgress","EntryStatus","Error","Error","Error","Event","ExportFormat","ExportMode","ExportProgress","ExportProgressCb","Found","GcCompleted","GcConfig","GcMarkEvent","GcStarted","GcSweepEvent","ImportMode","ImportProgress","Info","Map","MapEntry","MapEntryMut","MapMut","NotFound","OutboardDone","OutboardProgress","Partial","PartialEntry","PartialEntryDone","PartialEntryProgress","Progress","ReadableStore","ReportLevel","Size","Start","Start","Starting","Store","Trace","TryReference","TryReference","Unverified","Update","ValidateProgress","Verified","Warn","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","bao_tree","batch_writer","blobs","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","consistency_check","create_tag","data_reader","default","default","default","delete","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","done_callback","entry_status","entry_status_sync","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","export","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","fs","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_reader","import_reader","import_stream","insert_complete","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","is_complete","mem","new","outboard","partial_blobs","partial_cmp","period","range_collections","readonly_mem","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_tag","shutdown","size","sync","sync","tags","temp_tag","temp_tags","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","validate","validate","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_batch","entry","level","message","hash","id","id","id","offset","path","stable","hash","id","id","id","id","id","name","offset","offset","size","error","hash","hash","id","id","id","id","id","id","offset","offset","path","path","ranges","size","size","total","ALWAYS_INLINE","BatchOptions","Entry","InlineOptions","NO_INLINE","Options","PathOptions","Store","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","batch","batch_writer","blobs","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","create_tag","data_path","data_reader","default","default","delete","dump","entry_status","entry_status_sync","export","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","inline","insert_complete","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","is_complete","load","max_data_inlined","max_outboard_inlined","max_read_batch","max_read_duration","max_write_batch","max_write_duration","new","outboard","owned_data_path","owned_outboard_path","partial_blobs","path","set_tag","shutdown","size","sync","tags","temp_path","temp_tag","temp_tags","to_owned","to_owned","to_owned","to_owned","to_owned","transform_entries","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","update_inline_options","vzip","vzip","vzip","vzip","vzip","Entry","Store","__clone_box","__clone_box","batch_writer","blobs","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consistency_check","create_tag","data_reader","default","delete","entry_status","entry_status_sync","export","fmt","fmt","from","from","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","insert_complete","into","into","into_arc_any","into_arc_any","is_complete","new","outboard","partial_blobs","set_tag","shutdown","size","sync","tags","temp_tag","temp_tags","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Entry","Store","__clone_box","__clone_box","batch_writer","blobs","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consistency_check","create_tag","data_reader","default","delete","entry_status","entry_status_sync","export","fmt","fmt","from","from","from_iter","gc_run","get","get_content","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","insert","insert_complete","insert_many","into","into","into_arc_any","into_arc_any","is_complete","new","outboard","partial_blobs","set_tag","shutdown","size","sync","tags","temp_tag","temp_tags","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Auto","File","Mem","MemOrFile","Named","SetTagOption","SparseMemFile","Tag","TagCounter","TagDrop","TempTag","__clone_box","__clone_box","as_bytes","as_bytes","as_ref","as_ref","as_weak","auto","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","compare","compare","default","default","deref","deserialize","deserialize","drop","encode_hex","encode_hex_upper","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fixed_width","fixed_width","flush","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from_bytes","from_bytes","fs","hash","hash_and_format","inner","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_parts","io","is_mem","leak","local_pool","map_file","map_mem","mem","new","new","on_create","on_drop","partial_cmp","partial_cmp","persist","progress","read_at","read_at","serialize","serialize","size","size","size","temp_tag","to_owned","to_owned","to_string","total_bytes","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_map_file","type_id","type_id","type_id","type_id","type_id","type_name","type_name","vzip","vzip","vzip","vzip","vzip","write_at","DataSource","PathContent","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","canonicalized_path_to_string","clone","clone","clone_into","clone_into","cmp","compare","eq","equivalent","equivalent","equivalent","equivalent","files","fmt","fmt","from","from","from","from","into","into","into_arc_any","into_arc_any","key_to_path","load_secret_key","name","new","partial_cmp","path","path_content_info","path_to_key","relative_canonicalized_path_to_string","scan_dir","scan_path","size","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_name","TrackingReader","TrackingWriter","borrow","borrow","borrow_mut","borrow_mut","bytes_read","bytes_written","fmt","fmt","from","from","into","into","into_arc_any","into_arc_any","into_parts","into_parts","new","new","poll_flush","poll_shutdown","poll_write","read","read_bytes","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Cancelled","Config","LocalPool","LocalPoolHandle","LogAndContinue","PanicMode","Run","Shutdown","SpawnError","__clone_box","__clone_box","__clone_box","abort","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cancelled","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deref","drop","eq","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","handle","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","join","new","panic_mode","poll","race","shutdown","single","spawn","spawn_detached","thread_name_prefix","threads","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","try_spawn","try_spawn_detached","try_spawn_detached_boxed","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","waiting_tasks","AsyncChannelProgressSender","BoxedProgressSender","Err","FallibleProgressSliceWriter","IdGenerator","IgnoreProgressSender","Msg","Ok","ProgressSendError","ProgressSendResult","ProgressSender","ProgressSliceWriter","ReceiverDropped","WithFilterMap","WithMap","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","blocking_send","blocking_send","blocking_send","blocking_send","blocking_send","blocking_send","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_inner","into_inner","new","new","new","new_id","new_id","new_id","new_id","new_id","new_id","same_channel","send","send","send","send","send","send","set_len","set_len","sync","sync","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_send","try_send","try_send","try_send","try_send","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_filter_map","with_map","write_at","write_at","write_bytes_at","write_bytes_at"],"q":[[0,"iroh_blobs"],[137,"iroh_blobs::cli"],[382,"iroh_blobs::cli::BlobCommands"],[406,"iroh_blobs::cli::BlobSourceIroh"],[408,"iroh_blobs::cli::DeleteCommands"],[409,"iroh_blobs::cli::tags"],[434,"iroh_blobs::cli::tags::TagCommands"],[436,"iroh_blobs::downloader"],[634,"iroh_blobs::export"],[660,"iroh_blobs::export::ExportProgress"],[668,"iroh_blobs::format"],[669,"iroh_blobs::format::collection"],[705,"iroh_blobs::get"],[762,"iroh_blobs::get::db"],[866,"iroh_blobs::get::db::BlobInfo"],[869,"iroh_blobs::get::db::DownloadProgress"],[882,"iroh_blobs::get::error"],[911,"iroh_blobs::get::fsm"],[1140,"iroh_blobs::get::progress"],[1227,"iroh_blobs::get::request"],[1232,"iroh_blobs::hashseq"],[1295,"iroh_blobs::metrics"],[1325,"iroh_blobs::net_protocol"],[1435,"iroh_blobs::protocol"],[1605,"iroh_blobs::provider"],[1744,"iroh_blobs::provider::AddProgress"],[1754,"iroh_blobs::provider::BatchAddPathProgress"],[1757,"iroh_blobs::provider::Event"],[1782,"iroh_blobs::rpc"],[1784,"iroh_blobs::rpc::client"],[1786,"iroh_blobs::rpc::client::blobs"],[2206,"iroh_blobs::rpc::client::blobs::BlobStatus"],[2208,"iroh_blobs::rpc::client::blobs::WrapOption"],[2209,"iroh_blobs::rpc::client::tags"],[2249,"iroh_blobs::rpc::proto"],[2372,"iroh_blobs::rpc::proto::blobs"],[2992,"iroh_blobs::rpc::proto::blobs::BatchAddStreamResponse"],[2994,"iroh_blobs::rpc::proto::blobs::ReadAtResponse"],[2997,"iroh_blobs::rpc::proto::tags"],[3142,"iroh_blobs::store"],[3481,"iroh_blobs::store::ConsistencyCheckProgress"],[3484,"iroh_blobs::store::ExportProgress"],[3491,"iroh_blobs::store::ImportProgress"],[3501,"iroh_blobs::store::ValidateProgress"],[3518,"iroh_blobs::store::fs"],[3644,"iroh_blobs::store::mem"],[3704,"iroh_blobs::store::readonly_mem"],[3768,"iroh_blobs::util"],[3914,"iroh_blobs::util::fs"],[3968,"iroh_blobs::util::io"],[4001,"iroh_blobs::util::local_pool"],[4114,"iroh_blobs::util::progress"],[4277,"dyn_clone::sealed"],[4278,"iroh_base::hash"],[4279,"core::cmp"],[4280,"core::result"],[4281,"serde::de"],[4282,"core::iter::traits::collect"],[4283,"core::option"],[4284,"core::fmt"],[4285,"alloc::string"],[4286,"iroh_blake3"],[4287,"core::hash"],[4288,"alloc::sync"],[4289,"core::any"],[4290,"core::convert"],[4291,"serde::ser"],[4292,"redb::types"],[4293,"iroh_base::node_addr"],[4294,"anyhow"],[4295,"alloc::vec"],[4296,"futures_core::stream"],[4297,"core::marker"],[4298,"clap_builder::builder::command"],[4299,"clap_builder::parser::matches::arg_matches"],[4300,"clap_builder"],[4301,"clap_builder::util::id"],[4302,"futures_lite::future"],[4303,"iroh_base::key"],[4304,"core::clone"],[4305,"futures_concurrency::future::join::tuple"],[4306,"core::future::into_future"],[4307,"core::future::future"],[4308,"iroh::endpoint"],[4309,"iroh_blobs::store::traits"],[4310,"core::pin"],[4311,"core::task::wake"],[4312,"core::task::poll"],[4313,"futures_concurrency::future::race::tuple"],[4314,"std::path"],[4315,"core::iter::traits::iterator"],[4316,"bytes::bytes"],[4317,"alloc::collections::btree::map"],[4318,"core::iter::traits::double_ended"],[4319,"iroh_quinn::send_stream"],[4320,"iroh_quinn::recv_stream"],[4321,"bao_tree::io::error"],[4322,"postcard::error"],[4323,"iroh_quinn_proto::connection"],[4324,"core::error"],[4325,"std::io::error"],[4326,"iroh_quinn::connection"],[4327,"core::ops::function"],[4328,"bao_tree"],[4329,"iroh_quinn_proto::connection::streams"],[4330,"bao_tree::io"],[4331,"iroh_io"],[4332,"bao_tree::io::fsm"],[4333,"bao_tree::tree"],[4334,"iroh_blobs::protocol::range_spec"],[4335,"rand::rng"],[4336,"fallible_iterator"],[4337,"indicatif::progress_bar"],[4338,"indicatif::iter"],[4339,"alloc::vec::into_iter"],[4340,"quic_rpc::server"],[4341,"iroh_quinn_proto::varint"],[4342,"iroh_io::stats"],[4343,"iroh_blobs::rpc::client::blobs::batch"],[4344,"quic_rpc"],[4345,"tokio::io::async_read"],[4346,"futures_concurrency::stream::chain::tuple"],[4347,"futures_concurrency::stream::into_stream"],[4348,"quic_rpc::client"],[4349,"futures_concurrency::stream::merge::tuple"],[4350,"tokio::io::read_buf"],[4351,"governor::state::direct"],[4352,"governor::state"],[4353,"governor::state::direct::streams"],[4354,"governor::clock::with_std"],[4355,"governor::middleware"],[4356,"governor::jitter"],[4357,"futures_concurrency::stream::zip::tuple"],[4358,"alloc::collections::btree::set"],[4359,"alloc::boxed"],[4360,"iroh_blobs::util::mem_or_file"],[4361,"iroh_blobs::util::sparse_mem_file"],[4362,"std::time"],[4363,"core::default"],[4364,"range_collections::range_set"],[4365,"positioned_io"],[4366,"std::fs"],[4367,"alloc::borrow"],[4368,"tokio::io::async_write"],[4369,"async_channel"]],"i":[0,0,3,0,0,7,0,7,0,0,3,7,8,3,3,8,3,3,3,3,7,8,3,7,8,0,3,7,8,3,7,8,3,7,8,3,3,7,8,7,3,7,8,0,3,3,3,7,8,3,3,3,3,7,7,7,7,8,8,8,8,0,3,8,3,3,7,7,8,8,3,0,8,3,3,3,3,7,8,8,3,3,8,3,8,0,3,7,8,8,8,0,3,7,8,3,7,8,7,7,0,0,3,8,3,7,8,0,0,8,0,3,7,8,0,3,3,7,8,3,7,8,3,7,8,3,7,8,3,7,8,3,8,0,3,7,8,47,50,0,0,0,0,49,49,47,47,0,47,47,48,49,47,0,32,34,0,37,51,34,0,0,47,37,32,51,48,0,0,47,47,48,38,49,50,37,32,34,51,0,0,0,38,38,47,49,50,47,49,50,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,51,47,48,38,49,50,37,32,34,51,0,37,51,37,37,37,37,51,51,51,51,38,47,48,48,38,49,50,37,37,32,34,39,53,51,51,47,48,38,49,50,37,37,32,34,39,53,51,51,47,38,49,50,47,38,49,50,48,38,47,49,50,39,38,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,39,38,0,47,49,50,0,39,38,0,47,48,38,49,50,37,32,34,51,48,37,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,38,49,50,47,38,49,50,0,47,48,38,49,50,37,32,34,39,53,51,38,340,341,340,342,340,341,343,341,342,341,341,341,342,340,341,344,345,343,341,342,341,341,344,345,346,346,347,58,58,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,348,348,67,64,67,64,68,0,76,73,0,0,64,0,0,0,0,67,0,0,0,0,0,68,73,64,0,67,62,63,21,64,60,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,60,62,63,21,64,60,62,63,21,64,60,62,62,65,66,62,21,62,62,62,62,21,21,21,21,62,62,67,68,65,66,63,21,21,64,64,61,60,21,62,67,67,68,65,66,63,21,21,64,61,60,73,62,21,21,21,66,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,61,76,61,65,65,65,65,66,63,60,76,60,62,76,61,75,63,60,76,61,62,63,21,64,60,62,21,64,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,61,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,60,94,94,94,0,94,94,94,94,94,94,94,94,0,0,0,94,94,94,94,94,94,94,94,94,94,94,349,349,350,351,349,350,349,349,0,0,102,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,104,102,102,102,102,102,102,102,102,102,102,102,102,102,115,115,115,0,115,0,115,90,90,115,90,115,90,90,90,90,0,90,90,90,90,90,90,90,90,0,90,115,115,90,115,115,115,115,115,115,115,0,90,115,90,115,90,0,0,90,115,90,115,90,115,90,115,90,115,90,115,57,57,0,0,126,128,124,57,57,0,57,57,57,0,0,57,124,128,124,57,126,124,57,126,0,127,128,124,57,126,127,128,124,57,126,124,57,126,124,57,126,126,126,57,126,126,126,126,126,126,127,128,124,57,126,127,128,124,57,57,126,0,0,126,127,128,124,57,126,124,57,126,124,126,127,127,57,126,124,124,57,126,127,128,124,57,126,127,128,124,57,126,127,128,124,57,126,0,124,127,128,124,57,126,352,353,352,354,355,356,354,355,356,355,357,358,357,354,355,354,70,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,0,0,0,0,0,0,0,0,0,136,147,109,0,0,0,148,0,136,138,134,134,134,148,109,138,134,134,134,136,138,134,136,147,147,136,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,146,147,136,108,140,141,138,143,134,148,142,109,144,140,141,143,141,143,108,140,143,145,146,147,136,136,108,140,141,138,138,143,134,134,148,142,109,144,145,146,147,147,147,147,136,136,136,108,140,141,138,143,134,134,134,134,148,148,148,142,109,109,109,144,108,141,143,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,145,146,108,140,141,143,142,144,141,143,108,140,141,136,134,0,136,138,134,143,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,146,147,136,108,140,141,138,143,134,148,142,109,144,145,146,147,136,108,140,141,138,143,134,148,142,109,144,141,143,141,143,141,143,0,0,157,157,0,157,0,155,156,157,155,156,157,155,156,157,156,155,155,156,157,155,156,157,155,155,157,155,156,157,155,156,157,155,155,155,155,156,156,156,156,157,157,157,157,155,156,157,155,156,157,155,155,156,155,156,157,155,156,157,156,155,156,155,156,155,155,155,155,156,157,156,155,156,157,155,156,157,155,156,157,155,156,157,155,156,157,0,0,0,0,0,0,0,0,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,110,110,161,162,110,161,162,162,110,110,162,110,110,110,110,161,162,0,110,162,161,110,161,162,162,110,110,161,162,110,161,162,110,161,162,110,161,162,0,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,0,0,0,0,177,0,0,177,176,177,178,170,170,170,174,176,177,178,170,174,176,177,178,174,170,170,176,177,178,176,177,178,178,178,176,177,178,170,170,178,178,178,178,178,174,170,174,176,177,178,176,170,174,176,177,178,170,178,176,170,174,176,177,178,170,174,176,177,178,170,176,170,176,178,170,170,176,177,178,170,170,170,176,176,177,178,170,174,176,176,176,176,176,177,178,170,174,176,177,178,170,174,176,177,178,170,174,176,177,178,0,0,190,191,0,0,0,192,0,0,0,192,192,0,190,159,191,150,192,190,159,150,159,190,159,193,191,150,192,194,190,159,193,191,150,192,194,190,159,191,150,192,190,159,191,150,192,190,159,191,150,159,190,159,191,150,192,190,190,190,190,159,159,159,159,191,191,191,191,150,150,150,150,192,192,192,192,190,159,193,191,150,192,194,194,190,159,193,191,191,150,192,194,159,159,190,159,192,150,190,159,193,191,150,192,194,190,159,193,191,150,192,194,193,193,190,190,159,159,150,150,190,159,150,193,193,150,192,190,159,191,150,150,190,190,159,191,150,192,194,193,190,159,193,191,150,192,192,194,190,159,193,191,150,192,194,190,159,193,191,150,192,194,190,159,193,191,150,192,194,43,200,0,43,0,197,0,43,200,0,0,43,200,197,199,43,200,0,199,0,197,197,197,197,197,197,0,197,198,179,199,197,198,43,200,179,201,199,197,198,43,200,179,201,199,197,198,179,199,197,198,179,199,198,179,43,200,198,199,199,199,199,199,197,198,43,200,179,201,199,197,198,43,43,43,200,179,179,201,199,0,0,197,198,43,200,179,201,199,197,198,43,200,179,201,199,179,198,0,204,179,198,0,43,200,197,198,179,199,197,198,43,200,179,201,199,197,198,43,200,179,201,199,204,179,197,198,43,200,179,201,199,197,198,43,200,179,201,199,359,360,359,361,362,360,361,362,361,359,363,364,365,366,367,368,369,370,371,372,369,373,373,367,369,370,370,368,367,368,369,370,371,372,370,371,372,373,0,0,0,0,0,0,0,0,0,218,218,0,0,0,0,0,221,0,0,0,0,218,0,0,0,0,35,221,221,0,0,35,0,214,213,217,30,218,35,221,211,222,223,224,209,209,30,30,209,209,209,209,209,209,30,209,30,209,209,30,209,218,30,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,215,229,230,231,217,214,213,217,30,218,35,221,211,222,223,224,214,213,217,30,218,35,221,211,222,223,224,30,30,214,213,217,218,35,30,218,35,221,226,227,228,224,30,30,30,222,221,223,221,221,221,221,223,223,223,223,228,30,215,229,230,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,214,217,211,224,209,214,213,217,30,218,35,221,221,211,226,227,228,215,222,229,223,230,231,224,231,30,30,211,226,227,228,214,213,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,222,223,231,224,215,229,230,215,229,230,231,213,231,215,229,230,30,30,30,30,222,215,229,230,231,224,30,229,230,224,227,209,209,209,215,229,230,215,229,230,231,231,215,229,230,215,229,230,231,215,229,230,231,30,30,30,30,231,218,35,221,226,227,228,224,231,211,227,228,231,222,30,211,226,224,30,209,214,213,217,30,218,35,221,211,222,223,224,226,226,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,215,229,230,215,229,230,231,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,30,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,213,215,229,230,231,374,375,376,0,0,0,59,59,245,59,245,59,59,59,245,59,245,245,59,245,245,59,245,59,245,59,59,245,59,245,59,59,245,245,245,245,245,59,245,59,245,59,245,180,246,273,273,0,0,0,0,0,180,246,181,0,181,180,246,181,180,246,181,181,180,246,181,180,246,181,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,181,180,246,181,180,246,180,246,0,181,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,181,180,246,181,180,246,181,180,246,181,180,246,249,256,274,189,271,0,0,189,271,0,0,0,189,189,271,0,0,189,271,0,0,0,189,189,271,0,0,189,0,0,189,189,271,0,0,249,256,0,189,271,0,0,272,189,0,189,271,0,252,272,189,271,0,0,189,271,276,189,271,189,271,0,0,274,252,189,271,0,0,0,0,274,189,271,0,129,266,101,254,258,260,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,129,266,101,129,266,101,261,254,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,189,189,271,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,266,258,260,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,259,203,129,129,266,101,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,232,251,252,276,254,258,256,274,260,277,266,263,248,275,257,260,259,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,263,266,263,259,266,260,268,269,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,259,270,261,275,261,129,266,101,189,271,189,189,189,271,271,271,259,259,259,259,259,203,203,203,203,203,129,129,129,129,129,266,266,266,266,266,101,101,101,101,101,268,268,268,268,268,269,269,269,269,269,253,253,253,253,253,250,250,250,250,250,263,263,263,263,263,272,270,270,270,270,270,249,249,249,249,249,202,202,202,202,202,248,248,248,248,248,261,261,261,261,261,275,257,257,257,257,257,232,251,251,251,251,251,252,252,252,252,252,276,276,276,276,276,254,254,254,254,254,258,258,258,258,258,256,256,256,256,256,274,274,274,274,274,260,260,260,260,260,277,277,277,277,277,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,189,271,259,203,129,266,101,268,269,253,250,263,272,270,249,202,248,261,275,257,232,251,252,276,254,258,256,274,260,277,259,377,378,379,380,380,267,247,0,0,267,247,278,0,267,247,278,0,0,267,0,0,255,265,262,267,247,278,265,262,255,264,267,247,278,265,262,255,264,278,267,247,278,265,262,255,264,267,267,247,247,278,265,262,255,264,267,267,267,267,267,247,247,247,247,278,265,262,255,264,255,255,267,247,278,265,262,255,264,267,247,278,265,262,255,264,262,264,255,255,267,247,278,265,262,255,264,265,262,267,247,267,267,267,247,247,247,278,265,265,265,265,265,262,262,262,262,262,255,255,255,255,255,264,264,264,264,264,267,247,278,265,262,255,264,267,247,278,265,262,255,264,265,262,267,247,278,265,262,255,264,225,243,243,0,0,96,96,282,0,283,97,293,291,292,291,292,0,294,225,243,107,243,289,243,0,291,292,284,0,0,0,0,0,293,285,0,0,285,0,0,0,284,0,0,0,0,282,293,293,282,243,243,243,294,0,0,293,294,225,243,0,284,283,97,133,225,0,133,284,282,133,283,97,96,284,285,0,279,280,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,283,97,96,284,285,282,133,283,97,96,284,285,284,284,280,86,287,283,97,96,86,133,283,97,96,284,225,243,188,289,289,282,133,283,97,284,285,282,282,282,282,133,133,133,133,283,283,283,283,97,97,97,97,284,284,284,284,285,285,285,285,280,282,133,188,291,292,293,283,97,96,294,284,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,0,86,107,289,289,287,86,86,86,86,86,289,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,291,292,293,283,97,96,294,284,225,243,285,287,0,133,287,280,284,188,0,0,133,283,97,96,284,225,243,86,86,287,153,86,280,86,280,282,133,283,97,96,284,285,284,282,133,188,291,292,293,283,97,96,294,284,225,225,225,225,225,243,243,243,243,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,86,86,133,282,133,188,291,292,293,283,97,96,294,284,225,243,285,153,381,381,381,382,382,383,384,383,382,382,385,386,387,388,389,385,386,387,389,388,390,391,392,391,393,390,392,394,395,393,394,391,392,395,391,392,396,300,0,0,0,300,0,0,0,300,301,302,303,186,303,299,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,186,186,301,299,300,302,186,186,186,186,186,300,301,302,303,186,300,301,302,303,186,186,186,186,186,299,186,186,186,303,186,300,301,302,303,186,300,301,302,303,186,299,186,300,300,302,302,302,302,186,299,186,186,186,303,186,186,299,186,186,301,186,186,300,301,302,303,186,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,186,300,301,302,303,186,0,0,185,305,305,185,185,305,185,305,185,305,185,305,185,185,305,185,185,185,185,185,185,305,185,305,185,185,185,185,305,185,185,185,185,185,305,185,305,305,185,305,185,185,185,305,185,185,185,185,185,305,185,305,185,305,185,305,185,305,0,0,307,306,306,307,307,306,307,306,307,306,307,306,307,307,306,307,307,307,307,307,307,306,307,306,307,307,307,307,307,307,306,307,307,307,307,307,307,307,306,307,306,306,307,306,307,307,307,306,307,307,307,307,307,306,307,306,307,306,307,306,307,306,33,308,308,0,33,0,0,0,0,0,0,212,33,212,212,308,309,310,212,308,309,212,212,33,113,308,309,212,33,113,212,33,212,33,212,33,212,212,212,33,308,309,309,212,33,113,309,309,212,33,212,212,212,212,33,33,33,33,212,212,309,308,309,212,212,33,113,113,308,309,309,212,212,212,212,33,113,212,212,0,113,113,113,308,309,212,33,113,308,309,212,33,113,309,0,308,113,0,308,308,308,309,113,310,311,212,33,309,0,308,309,212,33,308,308,309,310,212,33,212,0,308,309,212,33,113,308,309,309,212,33,113,308,308,309,212,33,113,212,212,308,309,212,33,113,309,0,0,319,320,319,320,319,320,0,319,320,319,320,319,319,319,319,319,319,319,320,319,320,319,319,319,320,319,320,319,320,0,0,319,319,319,319,0,0,0,0,0,320,319,320,319,320,319,320,319,320,319,320,319,0,0,323,324,323,324,323,324,323,324,323,324,323,324,323,324,323,324,323,324,324,324,324,323,323,323,324,323,324,323,324,323,324,331,0,0,0,329,0,0,329,0,85,329,330,327,328,85,329,330,331,327,328,85,329,330,331,327,328,85,329,330,85,329,330,328,330,328,328,329,329,329,329,329,328,328,85,329,330,331,331,327,328,85,329,330,331,327,328,328,85,329,330,331,327,328,85,329,330,331,327,327,327,328,330,327,327,328,328,85,85,330,330,85,329,330,331,328,85,329,330,331,327,328,85,329,330,331,327,327,85,85,85,328,85,329,330,331,327,328,85,329,330,331,327,85,0,0,332,0,0,0,99,332,0,0,0,0,135,0,0,286,333,334,335,91,135,99,286,333,334,335,91,286,333,334,335,91,135,336,337,286,333,334,335,91,135,336,337,99,286,333,334,335,91,135,286,333,334,335,91,135,333,286,333,334,335,91,135,135,336,337,286,333,334,335,91,135,336,337,286,333,334,335,91,135,336,337,286,333,334,335,91,135,336,337,336,337,91,336,337,100,286,333,334,335,91,91,99,286,333,334,335,91,336,337,336,337,286,333,334,335,91,135,135,286,333,334,335,91,135,336,337,286,333,334,335,91,135,336,337,99,286,333,334,335,91,286,333,334,335,91,135,336,337,286,333,334,335,91,135,336,337,99,99,336,337,336,337],"f":"``````````{{cb}d{}}00{f{{j{h}}}}{{}}0{f{{l{h}}}}2{ce{}{}}100000`{ff}{nn}{A`A`}{{ce}d{}{}}00{{ff}Ab}{{nn}Ab}{{A`A`}Ab}{{ce}Ab{}{}}{{{l{h}}{l{h}}}Ab}11{{}n}{c{{Ad{f}}}Af}{c{{Ad{n}}}Af}{c{{Ad{A`}}}Af}`{ce{}{{Aj{Ah}}}}0{{ff}Al}{{nn}Al}{{A`A`}Al}{{ce}Al{}{}}00000000000`{{}{{B`{An}}}}0{{fBb}{{Ad{dBd}}}}0{{nBb}{{Ad{dBd}}}}0{{A`Bb}{{Ad{dBd}}}}0{fBf}``{cc{}}{Bhf}{{{j{h}}}f}022{BjA`}1{{{l{h}}}}0{Bl{{Ad{f}}}}{Bl{{Ad{A`}}}}`{{fc}dBn}{{nc}dBn}{{A`c}dBn}`{fA`}`{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{nAl}0``{cf{{Cd{{l{h}}}}}}{{fn}A`}{{ff}{{B`{Ab}}}}{{nn}{{B`{Ab}}}}{{A`A`}{{B`{Ab}}}}``8`{{fc}AdCf}{{nc}AdCf}{{A`c}AdCf}`{fBf};;;{cBf{}}00{c{{Ad{e}}}{}{}}00000{cCh{}}00{{}Cj}0`???`````````````````````````````````{{cb}d{}}00000000{{ClCnD`DbDdDf}{{Dh{d}}}}{{ClCnDjDl}{{Dh{d}}}}{c{{Dh{{Eb{fn{E`{Dn}}}}}}}{{Eh{}{{Ed{{Dh{Ef}}}}}}Ej}}{ElEl}0000000{ce{}{}}000000000000000000000{EnEn}{F`F`}{DlDl}{FbFb}{FdFd}{DjDj}{D`D`}{DdDd}{FfFf}{{ce}d{}{}}00000000{{ClhAl}{{Dh{d}}}}{{DjDj}Al}{{FfFf}Al}{{ce}Al{}{}}0000000`{{EnBb}Fh}{{F`Bb}Fh}0{{DlBb}Fh}{{FbBb}Fh}{{FdBb}Fh}{{DjBb}Fh}0{{D`Bb}Fh}{{DdBb}Fh}{{DnBb}Fh}{{FjBb}Fh}{{FfBb}Fh}0{cc{}}0000{BfDj}111111{BfFf}{Fl{{Ad{EnFn}}}}{Fl{{Ad{DlFn}}}}{Fl{{Ad{FbFn}}}}{Fl{{Ad{FdFn}}}}3210{Bl{{Ad{F`c}}}{}}{{}{{B`{G`}}}}{BlAl}00``{ce{}{}}0000000000{{{C`{c}}}{{C`{Cb}}}{}}0000000000``{{fn{E`{Dn}}}d}{{EnClCn}{{Dh{d}}}}{{FbCl}{{Dh{d}}}}{{FdCl}{{Dh{d}}}}{{fc}{{Dh{d}}}{{Eh{}{{Ed{{Dh{Gb}}}}}}Ej}}```666666666{cBf{}}00{c{{Ad{e}}}{}{}}000000000000000000000{cCh{}}0000000000{{EnFl}{{Ad{dFn}}}}{{DlFl}{{Ad{dFn}}}}{{FbFl}{{Ad{dFn}}}}{{FdFl}{{Ad{dFn}}}}3210{{ClhAl}{{Dh{d}}}}>>>>>>>>>>>```````````````````````````````{{cb}d{}}{ElEl}0{ce{}{}}0{GdGd}{{ce}d{}{}}{{GdBb}Fh}{cc{}}{Fl{{Ad{GdFn}}}}0{BlAl}6{{{C`{c}}}{{C`{Cb}}}{}}{{GdGf}{{Dh{d}}}}8{c{{Ad{e}}}{}{}}0{cCh{}}{{GdFl}{{Ad{dFn}}}}0;````````````````````````````=====;;;;;;;;;;;;;;;;;;;;{{GhGj}d}{GlGl}{GnGn}{BjBj}{H`H`}{GhGh}?????{{GlGl}Ab}{{ce}Ab{}{}}{{}Hb}{{}Hd}{{GlGl}Al}{{BjBj}Al}{{ce}Al{}{}}0000000{{GlBb}Fh}0{{HfBb}Fh}{{{Hh{c}}Bb}FhHj}{{HbBb}Fh}{{HdBb}Fh}{{GnBb}Fh}{{BjBb}Fh}0{{H`Bb}Fh}0{{GjBb}Fh}{{GhBb}Fh}{Bjn}{cc{}}{HlHf}11111{A`Bj}2222`{{Glc}dBn}{Bjf}{{Bjc}dBn}{BjA`}`{ce{}{}}000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000{c{}{}}{{{Ih{}{{Hn{c}}}}Ij}AlIl}{{ce}{{In{g}}}{}J`Jb}`````{{cg}Gn{{Jd{Bj}}}{{Jd{Cn}}}{{Jf{}{{Ed{e}}}}}}{{cJhJj}GhJl}{{{Ih{}{{Hn{c}}}}}IjIl}{{Ghf{E`{Ij}}}d}{{GlGl}{{B`{Ab}}}}{{{Ih{}{{Hn{c}}}}}AnIl}{{{Jn{Gj}}K`}{{Kb{c}}}{}}{{Ifc}{{Id{{Ad{KdHf}}}}}{}}{{Gn{Kf{Gb}}}Gn}{{GhGn}Gj}{{{Ih{}{{Hn{c}}}}Ij}dIl}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}{ce{}{}}0000{cBf{}}00{c{{Ad{e}}}{}{}}0000000000000000000{{{Jn{c}}K`}Kb{}}{cCh{}}0000000004444444444{{cJhJjHbHd}GhJl}``````{{cb}d{}}66{KlKl}{{ce}d{}{}}{c{{Ad{Kl}}}Af}{{cfKnL`Lbe}{{Dh{d}}}Jl{{Lf{}{{Ld{Kl}}}}Lh}}{{cfKnLbe}{{Dh{d}}}Jl{{Lf{}{{Ld{Kl}}}}Lh}}0{{KlBb}Fh}{LjKl}{cc{}}>{{{C`{c}}}{{C`{Cb}}}{}}{{Klc}AdCf}{ce{}{}}??=0````````````;00{LlLl}:{{}Ll}{c{{Ad{Ll}}}Af}{{LlLl}Al}{{Llg}d{{Jd{Bf}}}{{Jd{f}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{LlBb}Fh}9{gLl{{Jd{Bf}}}{{Jd{f}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{LlAn}c{}}8:{Llc{}}{LlAl}{Ll{{`{{Ln{}{{Ed{{Eb{Bff}}}}}}}}}}{LlAn}{{M`f}{{`{{Jb{}{{Kj{{Dh{Mb}}}}}}Md}}}}{{fc}{{Dh{Ll}}}M`}{{cf}{{Dh{Ll}}}Mf}{{LlBff}d}{Mh{{Dh{{Eb{MjMlLl}}}}}}{Mh{{Dh{{Eb{Ll{N`{MnMb}}Kd}}}}}}{{Llc}AdCf}{{Llc}{{Dh{Nb}}}Jl}{Ll{{`{{Nd{}{{Ed{Mb}}}}}}}}{ce{}{}}{c{{Ad{e}}}{}{}}0{cCh{}}2```````{{cb}d{}}3333``{KdKd}{{ce}d{}{}}`{{}Kd}{c{{Ad{Kd}}}Af}`{{KdKd}Al}{{ce}Al{}{}}000`{{KdBb}Fh}{{NfBb}Fh}0{cc{}}{NhNf}{NjNf}2{NlNf}{NnNf}{O`Nf}{ObNf}`{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{KdOd}``{{Kdc}AdCf}{Nf{{B`{Of}}}}4{cBf{}}{c{{Ad{e}}}{}{}}000{cCh{}}077`````````````````````{{cb}d{}}00{{cf}{{Oj{{Oh{c}}}}}Jl}9999999999{{{Oh{c}}}{{Oh{c}}}{IlJl}}{GbGb}{OlOl}{{ce}d{}{}}00{{OlOl}Ab}{{ce}Ab{}{}}{c{{Ad{Gb}}}Af}{c{{Ad{Ol}}}Af}{{OlOl}Al}{{ce}Al{}{}}000{{OnBb}Fh}{{A@`Bb}Fh}{{{Oh{c}}Bb}Fh{HjJl}}{{GbBb}Fh}{{OlBb}Fh}{cc{}}000{A@bGb}1{{cgA`i}{{Ad{KdHl}}}Jl{{Jb{}{{Kj{{Dh{A@d}}}}}}}{{A@f{}{{Kj{e}}}}}{{Lf{}{{Ld{Gb}}}}Lh}}{{cA`e}{{Ad{A@`Hl}}}Jl{{Lf{}{{Ld{Gb}}}}Lh}}{{Olc}dBn}{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}00{{{Oh{c}}}A@hJl}{{OlOl}{{B`{Ab}}}}{{OnA@d}{{Id{{Ad{KdHf}}}}}}{{OnA@d}{{Ad{KdHl}}}}{{Gbc}AdCf}{{Olc}AdCf}{{{Oh{c}}}{{B`{A@j}}}Jl}888{c{{Ad{e}}}{}{}}000000000{cCh{}}0000{{}{{Dh{A@h}}}}9;;;;;```````````````````````;;{{HlBb}Fh}0{A@lHl}{cc{}}{A@nHl}{NhHl}{ObHl}{AA`Hl}{AAbHl}{NlHl}{AAdHl}{AAfHl}{ce{}{}}{{{C`{c}}}{{C`{Cb}}}{}}{Hl{{B`{Of}}}}{cBf{}}{c{{Ad{e}}}{}{}}0{cCh{}}5````````````````````````````````````5555555555555555555555555555{AAhMn}{AAj{{Ad{{Eb{AAl{E`{h}}}}A@l}}}}{AAn{{Ad{{Eb{AAl{E`{h}}}}A@l}}}}{AAj{{Ad{AAlA@l}}}}{AAn{{Ad{AAlA@l}}}}{MhAB`}{AAhAB`}{AAnAB`}{{ABbBb}Fh}{{ABdBb}Fh}{{ABfBb}Fh}{{AA`Bb}Fh}0{{MhBb}Fh}{{AAhBb}Fh}{{AAjBb}Fh}{{AAdBb}Fh}0{{AAnBb}Fh}{{A@lBb}Fh}0{{ABhBb}Fh}{{AAlBb}Fh}{{MjBb}Fh}{{AB`Bb}Fh}{cc{}}00{MhABf}{AB`ABf}{AAhABf}{AAfAA`}{NhAA`}555555{NnA@l}6{AAbA@l}{AAdA@l}8{AAlABh}{{{Eb{AAn{Ad{ABjA@l}}}}}ABh}:{AB`Mj};{AAhMj}<{Mhf}{AAjf}{AAnf}{ce{}{}}0000000000000{{{C`{c}}}{{C`{Cb}}}{}}0000000000000{{A@dABl}ABb}{ABb{{Dh{ABdOb}}}}{ABd{{Dh{ABfAA`}}}}{MhAAj}{{AAhf}AAj}{AAj{{Dh{{Eb{AAnMn}}AAd}}}}{AAnABh}{AAlMj}{AB`{{Ad{KdNl}}}}{AAjMn}{AAnMn}{MhA@h}{AAhA@h}{AAjA@h}{AA`{{B`{Of}}}}{A@l{{B`{Of}}}}?{cBf{}}00{AAnABn}{c{{Ad{e}}}{}{}}000000000000000000000000000{cCh{}}0000000000000{ce{}{}}0000000000000{{AAjc}{{Ad{AAlA@l}}}AC`}{{AAnc}{{Ad{AAlA@l}}}AC`}{{AAjc}{{Ad{AAlA@l}}}ACb}{{AAnc}{{Ad{AAlA@l}}}ACb}{{AAj{B`{c}}e}{{Ad{AAlA@l}}}ACdAC`}{{AAn{B`{c}}e}{{Ad{AAlA@l}}}ACdAC`}```````{{cb}d{}}00777777``{ACfACf}{AChACh}{ACjACj}{{ce}d{}{}}00``{{}ACj}{c{{Ad{ACf}}}Af}{c{{Ad{ACh}}}Af}{c{{Ad{ACj}}}Af}{{ACfACf}Al}{{AChACh}Al}{{ACjACj}Al}{{ce}Al{}{}}00000000000{{ACfBb}Fh}{{AChBb}Fh}{{ACjBb}Fh}{cc{}}00{{ACfOl}{{B`{ACh}}}}{ACf{{B`{ACh}}}}`{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00`{fACf}{fACh}{{ACfGb}d}``{ACfACh}`{{ACfc}AdCf}{{AChc}AdCf}{{ACjc}AdCf}`888{c{{Ad{e}}}{}{}}00000{cCh{}}00:::{{A@dfACl}{{Dh{Kd}}}}{{A@dfMn}{{Dh{{Eb{Ml{C`{{l{Mn}}}}}}}}}}{{A@df}{{Dh{{Eb{MnKd}}}}}}0{{{l{Mn}}c}ACnAD`}```{{cb}d{}}00??????{MlMl}{ADbADb}{ADdADd}{{ce}d{}{}}00{{MlBb}Fh}{{ADbBb}Fh}{{ADdBb}Fh}{cc{}}00{cMl{{Jf{}{{Ed{f}}}}}}{{MlAn}{{B`{f}}}}{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{c{{ADf{g}}}{}{}{{Ln{}{{Ed{e}}}}}}{MlMb}{Mlc{}}4{MlAl}{Ml{{`{{Ln{}{{Ed{f}}}}}}}}{MlAn}{Mb{{B`{Ml}}}}{ADb{{Oj{{B`{f}}}}}}{ADd{{B`{c}}}{}}{c{{Dh{{Eb{ADbMn}}}}}ADh}{Ml{{B`{f}}}}{{cADj}{{ADl{e}}}{}{}}{{ADbMn}{{Oj{d}}}}>>>{c{{ADn{i}}}{}{}{}{{Ln{}{{Ed{{Ad{eg}}}}}}}}{Mb{{Ad{Mlc}}}{}}{c{{Ad{e}}}{}{}}00000{cCh{}}00{ce{}{}}00`{{cb}d{}}11{AE`AE`}{{ce}d{}{}}{{}AE`}````````````{{AE`Bb}Fh}{cc{}}6{{{C`{c}}}{{C`{Cb}}}{}}{AE`{{AEb{{Eb{BlCb}}}}}}{{}Bl}9;;:9````````888{{{C`{{AEd{c}}}}AEf}{{AEh{{Dh{d}}}}}Jl}{{{AEd{c}}AEj}{{Dh{d}}}Jl};;;;;;;;;;{{{AEl{c}}JjJh}{{C`{{AEd{c}}}}}Jl}{c{{AEl{c}}}{}}{{{C`{{AEd{c}}}}}AEnJl}{AF`AF`}{AFbAFb}{AFdAFd}>>>{{AFdAFd}Ab}{{ce}Ab{}{}}{c{{Ad{AF`}}}Af}{c{{Ad{AFb}}}Af}{c{{Ad{AFd}}}Af}{{{AEd{c}}}GhJl}{{{AEd{c}}}JhJl}{{AFdAFd}Al}{{ce}Al{}{}}000{{{AEl{c}}AFf}{{AEl{c}}}Jl}{{{AEd{c}}Bb}FhHj}{{{AEl{c}}Bb}FhHj}{{AF`Bb}Fh}{{AFbBb}Fh}{{AFdBb}Fh}`{cc{}}0000{{{C`{{AEd{c}}}}AFh{AFl{AFje}}}{{Ad{d{AFn{e}}}}}Jl{{AG`{AFj}}}}{{AFdc}dBn}`{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{{}{{AEl{AGb}}}}`{{cJjAFfGhJh}{{AEd{c}}}Jl}`{{AFdAFd}{{B`{Ab}}}}{c{{Dh{{AEl{AGd}}}}}{{Cd{AGf}}}}{{{AEd{c}}}JjJl}{{AF`c}AdCf}{{AFbc}AdCf}{{AFdc}AdCf}{{{C`{{AEd{c}}}}}{{AEh{d}}}Jl}{{{AEd{c}}AGh}{{Dh{d}}}Jl}{{{AEd{c}}}cJl}`<<<{c{{Ad{e}}}{}{}}0{AFh{{Ad{AF`c}}}{}}1{AGj{{Ad{AF`c}}}{}}102222222{cCh{}}0000{ce{}{}}0000``````````````{{cb}d{}}0000{{}AGl}{{}ACn}{fABl}{ACn{{B`{{Eb{MnAGl}}}}}}55555555555555{AGlAGl}{ACnACn}{AGnAGn}{ABlABl}{AH`AH`}{{ce}d{}{}}0000{c{{Ad{AGl}}}Af}{c{{Ad{ACn}}}Af}{c{{Ad{AGn}}}Af}{c{{Ad{ABl}}}Af}<{{AGlAGl}Al}{{ACnACn}Al}{{AGnAGn}Al}{{ABlABl}Al}{{AH`AH`}Al}{{ce}Al{}{}}0000000000000000000{{AGlBb}Fh}{{ACnBb}Fh}{{AHbBb}Fh}{{AGnBb}Fh}{{ABlBb}Fh}{{AH`Bb}Fh}{{AHdBb}Fh}0{cc{}}00{ABlAGn}1111{eACn{{Cd{AHf}}}{{Jf{}{{Ed{c}}}}}}0{{AGlc}dBn}{{ACnc}dBn}{{AH`c}dBn}`{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000{c{{ADf{g}}}{}{}{{Ln{}{{Ed{e}}}}}}2{AGlAl}0`{ACnAHb}{fABl}0{cAGl{{Cd{AHf}}}}{cACn{{Jf{}{{Ed{AGl}}}}}}{{fACn}ABl}{AHb{{B`{c}}}{}}{{cADj}{{ADl{e}}}{}{}}`{AH`{{l{h}}}}{{AGlc}AdCf}{{ACnc}AdCf}{{AGnc}AdCf}{{ABlc}AdCf}:{AGlA@h}{ce{}{}}0000{cBf{}}{c{{ADn{i}}}{}{}{}{{Ln{}{{Ed{{Ad{eg}}}}}}}}{c{{Ad{e}}}{}{}}0000{AHh{{Ad{AH`c}}}{}}111111111{cCh{}}0000005555555```````````````````````````{{cb}d{}}00066666666666666{AHjAHj}{AHlAHl}{AFfAFf}{AHnAHn}{{ce}d{}{}}000{{}AHl}{{}AFf}{c{{Ad{Ef}}}Af}{c{{Ad{AI`}}}Af}`{{AHnAHn}Al}{{ce}Al{}{}}000{{AHjBb}Fh}{{AHlBb}Fh}{{EfBb}Fh}{{AI`Bb}Fh}{{AFfBb}Fh}{{AIbBb}Fh}{{AHnBb}Fh}{cc{}}0{AIdEf}1{AIfEf}2{cAFfAIh}333{{A@dcAFfJj}dMf}{{cABlAIb}{{Dh{d}}}Mf}{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000{{{B`{{C`{AIh}}}}}AFf}`{AIj{{Dh{AGn}}}}{{AIhAHj}{{AEh{d}}}}{{AFfc}d{{A@f{}{{Kj{AHj}}}}}}`{{cfAGleAFfg}{{Dh{{Eb{AHnMnAIl}}}}}MfAIn{{AJ`{Mn}{{Kj{AHj}}}}}}{{Efc}AdCf}{{AI`c}AdCf}8888{c{{Ad{e}}}{}{}}0000000000000{{AIhAHj}d}5{cCh{}}000000;;;;;;;```````````````````````````````````````````````````````````````````````{{cb}d{}}0000000000{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Ln{}{{Ed{Mb}}}}}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{Cl{c}}e}{{Dh{AJf}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{Cl{c}}eg}{{Dh{AJf}}}{{AJd{AFj}}}{{Jd{Mb}}}{{Jd{AJh}}}}{{{AJb{c}}en}{{Dh{Nb}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{AJb{c}}Ll}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}Kn}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}KnAJj}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}Kn}{{Dh{{Eb{NbMn}}}}}{{AJd{AFj}}}}{{{AJb{c}}KnAJl}{{Dh{{Eb{NbMn}}}}}{{AJd{AFj}}}}{{{Cl{c}}KnAlDbDf}{{Dh{AJn}}}{{AJd{AFj}}}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{AK`EjMd}}{{{Cl{c}}eDb}{{Dh{AJn}}}{{AJd{AFj}}}{AK`EjMd}}{{{AJb{c}}eAKb}{{Dh{Nb}}}{{AJd{AFj}}}{AK`EjMd}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{{Cl{c}}eDb}{{Dh{AJn}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{{AJb{c}}en}{{Dh{Nb}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{AKdMn}Mn}{{{Cl{c}}}{{Dh{{AJb{c}}}}}{{AJd{AFj}}}}{ce{}{}}0000000000000000000000000000000000000{{cg}{{AKf{i}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000`{AJlAJl}{AJjAJj}{AKbAKb}{{{Cl{c}}}{{Cl{c}}}Il}{AKdAKd}{DfDf}{AKjAKj}{AJfAJf}{AKlAKl}{AKnAKn}{AL`AL`}{{ce}d{}{}}0000000000{{{Cl{c}}Al}{{Dh{{`{{Eh{}{{Ed{{Dh{ALb}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}LlDb{E`{AJh}}}{{Dh{{Eb{fAJh}}}}}{{AJd{AFj}}}}{{}AJl}{{}AJj}{{}AKb}{{}AKd}{{}Df}{{{Cl{c}}f}{{Dh{d}}}{{AJd{AFj}}}}{c{{Ad{AKd}}}Af}{c{{Ad{Df}}}Af}{c{{Ad{AKj}}}Af}{c{{Ad{ALd}}}Af}{c{{Ad{ALf}}}Af}{c{{Ad{ALh}}}Af}{c{{Ad{AL`}}}Af}{{{Cl{c}}fCn}{{Dh{ALj}}}{{AJd{AFj}}}}0{{{Cl{c}}fAL`}{{Dh{ALj}}}{{AJd{AFj}}}}`{{AKjAKj}Al}{{AKnAKn}Al}{{ce}Al{}{}}0000000`{{{Cl{c}}fKnL`Lb}{{Dh{ALl}}}{{AJd{AFj}}}}{AJn{{Dh{AJf}}}}{ALj{{Dh{AKl}}}}{ALl{{Dh{AKn}}}}{{{AJb{c}}Bb}Fh{{AJd{AFj}}}}{{AJlBb}Fh}{{AJjBb}Fh}{{AKbBb}Fh}{{{Cl{c}}Bb}FhHj}{{AKdBb}Fh}{{DfBb}Fh}{{AKjBb}Fh}{{AJfBb}Fh}{{ALdBb}Fh}{{ALfBb}Fh}{{ALhBb}Fh}{{AJnBb}Fh}{{AKlBb}Fh}{{ALjBb}Fh}{{AKnBb}Fh}{{ALlBb}Fh}{{ALnBb}Fh}{{AL`Bb}Fh}````{cc{}}0000000{AM`AKj}11111111111{{{AMb{AFjc}}f}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Ll}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Al}}}{{AJd{AFj}}}}``````{ce{}{}}000000000000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000000000{c{}{}}002222`{ALnAl}{{ce}{{In{g}}}{}J`Jb}00{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALf}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALd}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALh}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Mb}}}{{AJd{AFj}}}}`{{cg}{{AMd{ei}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000`{{{AMb{AFjc}}}{{Cl{c}}}{{AJd{AFj}}}}{gALj{{Jd{Gb}}}{{Jd{Nj}}}{{Eh{}{{Ed{{Dh{ce}}}}}}MdEj}}{gALl{{Jd{Kl}}}{{Jd{Nj}}}{{Eh{}{{Ed{{Dh{ce}}}}}}MdEj}}``{{{AJb{c}}Nb}{{Dh{AJh}}}{{AJd{AFj}}}}{{{AJb{c}}NbAJh}{{Dh{d}}}{{AJd{AFj}}}}{{{AJb{c}}NbDb}{{Dh{AJh}}}{{AJd{AFj}}}}{{{Jn{AJn}}K`}{{Kb{c}}}{}}{{{Jn{ALj}}K`}{{Kb{c}}}{}}{{{Jn{ALl}}K`}{{Kb{c}}}{}}{{{Jn{AJn}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALj}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALl}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALn}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALn}}K`AMf}{{Kb{{Oj{d}}}}}}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}00{{c{AMj{AMhegi}}}{{AMl{kegi}}}{}AMnAN`ANb{}}000{{c{AMj{AMhegi}}ANd}{{AMl{kegi}}}{}AMnAN`ANb{}}000{{{Cl{c}}f}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}fMnAKd}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}fMnAKd}{{Dh{Mb}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Mb}}}{{AJd{AFj}}}}{ALn{{Dh{Mb}}}}{{AKdc}AdCf}{{Dfc}AdCf}{{AKjc}AdCf}{{ALdc}AdCf}{{ALfc}AdCf}{{ALhc}AdCf}{{AL`c}AdCf}{ALnMn}```{ALn{{Eb{An{B`{An}}}}}}`{{{Cl{c}}f}{{Dh{AKj}}}{{AJd{AFj}}}}```{{{Cl{c}}}{{Gf{c}}}{{AJd{AFj}}}}{{{AJb{c}}A`}{{Dh{Nb}}}{{AJd{AFj}}}}{ce{}{}}0000000000``{c{{Ad{e}}}{}{}}0000000000000000000000000000000000000{{{Jn{c}}K`}Kb{}}00{{{Jn{c}}K`}{{Kb{{B`{Ad}}}}}{}}000{cCh{}}000000000000000000{{{Cl{c}}Al}{{Dh{{`{{Eh{}{{Ed{{Dh{ANf}}}}}}}}}}}{{AJd{AFj}}}}5555555555555555555`{{cg}{{ANh{i}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000``````{{cb}d{}}7777{{{Gf{c}}}{{Gf{c}}}Il}{{ce}d{}{}}{{{Gf{c}}AJh}{{Dh{d}}}{{AJd{AFj}}}}{c{{Ad{ANj}}}Af}{{{Gf{c}}Bb}FhHj}{{ANjBb}Fh}`{cc{}}0`>>{{{C`{c}}}{{C`{Cb}}}{}}0{{{Gf{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ANj}}}}}}}}}}}{{AJd{AFj}}}}0`{{{AMb{AFjc}}}{{Gf{c}}}{{AJd{AFj}}}}{{ANjc}AdCf}{ce{}{}}{c{{Ad{e}}}{}{}}{ANl{{Ad{ANjc}}}{}}{ANn{{Ad{ANjc}}}{}}01222{cCh{}}044```````````{{cb}d{}}`555555{AFjAFj}{{ce}d{}{}}{c{{Ad{AFh}}}Af}{c{{Ad{ANl}}}Af}{{AFjBb}Fh}{{AFhBb}Fh}{{ANlBb}Fh}{cc{}}{AO`AFh}{AObAFh}{AOdAFh}{AOfAFh}{AF`AFh}{AOhAFh}{AOjAFh}{AOlAFh}{AOnAFh}{B@`AFh}{B@bAFh}{AGjAFh}{B@dAFh}{B@fAFh}{B@hAFh}{B@jAFh}{cc{}}{B@lAFh}{B@nAFh}{BA`AFh}{BAbAFh}{BAdAFh}{BAfAFh}{BAhAFh}{BAjAFh}{BAlAFh}{BAnANl}:{ANfANl}{{{BBb{BB`}}}ANl}{{{BBb{ALh}}}ANl}{LjANl}{AIdANl}{AIfANl}{A@bANl}{ANnANl}{{{BBb{AJh}}}ANl}{BBdANl}{{{BBb{BBf}}}ANl}{{{BBb{AM`}}}ANl}{BBhANl}{ANjANl}{{{BBb{d}}}ANl}{BBjANl}{ALbANl}{{{BBb{ALf}}}ANl}{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{{AFhc}AdCf}{{ANlc}AdCf}`3{ANl{{Ad{{BBb{ALh}}c}}}{}}{ANl{{Ad{{BBb{AJh}}c}}}{}}{BAn{{Ad{{BBb{ALf}}c}}}{}}{ANl{{Ad{{BBb{BBf}}c}}}{}}{BAn{{Ad{{BBb{BBf}}c}}}{}}{ANl{{Ad{{BBb{d}}c}}}{}}{ANl{{Ad{{BBb{BB`}}c}}}{}}{ANl{{Ad{{BBb{ALf}}c}}}{}}6{BAn{{Ad{{BBb{BB`}}c}}}{}}2{ANn{{Ad{{BBb{d}}c}}}{}}{BAn{{Ad{{BBb{AM`}}c}}}{}}{BAn{{Ad{{BBb{ALh}}c}}}{}}{ANn{{Ad{{BBb{AJh}}c}}}{}}{ANl{{Ad{{BBb{AM`}}c}}}{}}:93=568401;2{c{{Ad{e}}}{}{}}00000{cCh{}}00{ce{}{}}00```````````````````````````````````````````````````````````````````````````{{cb}d{}}00```111111111111111111111111111111111111111111111111111111111111{A@bA@b}{BAdBAd}{LjLj}{{ce}d{}{}}00``{c{{Ad{AGj}}}Af}{c{{Ad{BAn}}}Af}{c{{Ad{B@f}}}Af}{c{{Ad{AIf}}}Af}{c{{Ad{A@b}}}Af}{c{{Ad{BAd}}}Af}{c{{Ad{Lj}}}Af}{c{{Ad{BAh}}}Af}{c{{Ad{BAj}}}Af}{c{{Ad{AOj}}}Af}{c{{Ad{AOd}}}Af}{c{{Ad{B@n}}}Af}{c{{Ad{BB`}}}Af}{c{{Ad{BAl}}}Af}{c{{Ad{AOb}}}Af}{c{{Ad{AId}}}Af}{c{{Ad{AO`}}}Af}{c{{Ad{B@j}}}Af}{c{{Ad{BBf}}}Af}{c{{Ad{B@b}}}Af}{c{{Ad{AM`}}}Af}{c{{Ad{AOf}}}Af}{c{{Ad{AOh}}}Af}{c{{Ad{BBh}}}Af}{c{{Ad{AOl}}}Af}{c{{Ad{B@d}}}Af}{c{{Ad{B@`}}}Af}{c{{Ad{BBd}}}Af}{c{{Ad{B@h}}}Af}{c{{Ad{BBj}}}Af}{{AGjBb}{{Ad{dBd}}}}{{AGjBb}Fh}{{BAnBb}Fh}{{BAnBb}{{Ad{dBd}}}}{{B@fBb}Fh}{{AIfBb}Fh}{{A@bBb}Fh}{{BAdBb}Fh}{{LjBb}Fh}{{BAhBb}Fh}{{BAjBb}Fh}{{AOjBb}Fh}{{AOdBb}Fh}{{B@nBb}Fh}{{BB`Bb}Fh}{{BAlBb}Fh}{{AObBb}Fh}{{AIdBb}Fh}{{AO`Bb}Fh}{{B@jBb}Fh}{{BBfBb}Fh}{{B@bBb}Fh}{{AM`Bb}Fh}{{AOfBb}Fh}{{AOhBb}Fh}{{BBhBb}Fh}{{AOlBb}Fh}{{B@dBb}Fh}{{B@`Bb}Fh}{{BBdBb}Fh}{{B@hBb}Fh}{{BBjBb}Fh}```{B@nAGj}{AOfAGj}{AF`AGj}{cc{}}{B@bAGj}{BAjAGj}{AO`AGj}{BAhAGj}{AOjAGj}{AOhAGj}{B@dAGj}{AOlAGj}{AOdAGj}{BAlAGj}{B@`AGj}{B@fAGj}{BAdAGj}{B@jAGj}{AObAGj}{B@hAGj}{BBdBAn}{BBjBAn}{{{BBb{ALh}}}BAn}{ANfBAn}{LjBAn}{{{BBb{BBf}}}BAn}{AIfBAn}{A@bBAn}{AIdBAn}{BBhBAn}{{{BBb{AM`}}}BAn}{cc{}}{{{BBb{ALf}}}BAn}{ALbBAn}{{{BBb{BB`}}}BAn}333{GbA@b}4{KlLj}55555555555555{AKjAM`}6666666666```````{ce{}{}}00000000000000000000000000000{{{C`{c}}}{{C`{Cb}}}{}}00000000000000000000000000000````````{{AGjc}AdCf}{{BAnc}AdCf}{{B@fc}AdCf}{{AIfc}AdCf}{{A@bc}AdCf}{{BAdc}AdCf}{{Ljc}AdCf}{{BAhc}AdCf}{{BAjc}AdCf}{{AOjc}AdCf}{{AOdc}AdCf}{{B@nc}AdCf}{{BB`c}AdCf}{{BAlc}AdCf}{{AObc}AdCf}{{AIdc}AdCf}{{AO`c}AdCf}{{B@jc}AdCf}{{BBfc}AdCf}{{B@bc}AdCf}{{AM`c}AdCf}{{AOfc}AdCf}{{AOhc}AdCf}{{BBhc}AdCf}{{AOlc}AdCf}{{B@dc}AdCf}{{B@`c}AdCf}{{BBdc}AdCf}{{B@hc}AdCf}{{BBjc}AdCf}`````{ce{}{}}00{cBf{}}0{AFh{{Ad{AGjc}}}{}}0{c{{Ad{e}}}{}{}}{ANl{{Ad{BAnc}}}{}}01{AGj{{Ad{B@fc}}}{}}{AFh{{Ad{B@fc}}}{}}031{ANl{{Ad{AIfc}}}{}}{BAn{{Ad{AIfc}}}{}}501{ANl{{Ad{A@bc}}}{}}0{BAn{{Ad{A@bc}}}{}}70{AFh{{Ad{BAdc}}}{}}{AGj{{Ad{BAdc}}}{}}091{ANl{{Ad{Ljc}}}{}}{BAn{{Ad{Ljc}}}{}}10;{AFh{{Ad{BAhc}}}{}}{AGj{{Ad{BAhc}}}{}}=10{AGj{{Ad{BAjc}}}{}}{AFh{{Ad{BAjc}}}{}}?01?{AGj{{Ad{AOjc}}}{}}0{AFh{{Ad{AOjc}}}{}}0{AGj{{Ad{AOdc}}}{}}0{AFh{{Ad{AOdc}}}{}}0{c{{Ad{e}}}{}{}}{AFh{{Ad{B@nc}}}{}}{AGj{{Ad{B@nc}}}{}}0122{AFh{{Ad{BAlc}}}{}}{AGj{{Ad{BAlc}}}{}}104{AGj{{Ad{AObc}}}{}}5{AFh{{Ad{AObc}}}{}}10{BAn{{Ad{AIdc}}}{}}{ANl{{Ad{AIdc}}}{}}108{AGj{{Ad{AO`c}}}{}}{AFh{{Ad{AO`c}}}{}}1:0{AFh{{Ad{B@jc}}}{}};{AGj{{Ad{B@jc}}}{}}01<{AFh{{Ad{B@bc}}}{}}0{AGj{{Ad{B@bc}}}{}}>0>{AGj{{Ad{AOfc}}}{}}?{AFh{{Ad{AOfc}}}{}}10{c{{Ad{e}}}{}{}}{AGj{{Ad{AOhc}}}{}}{AFh{{Ad{AOhc}}}{}}10{ANl{{Ad{BBhc}}}{}}{BAn{{Ad{BBhc}}}{}}140{AFh{{Ad{AOlc}}}{}}50{AGj{{Ad{AOlc}}}{}}0{AGj{{Ad{B@dc}}}{}}{AFh{{Ad{B@dc}}}{}}180{AFh{{Ad{B@`c}}}{}}{AGj{{Ad{B@`c}}}{}}01:{ANl{{Ad{BBdc}}}{}}{BAn{{Ad{BBdc}}}{}}10<{AGj{{Ad{B@hc}}}{}}{AFh{{Ad{B@hc}}}{}}>10{ANl{{Ad{BBjc}}}{}}0{BAn{{Ad{BBjc}}}{}}0{c{{Ad{e}}}{}{}}000000000000000000000000000000{cCh{}}00000000000000000000000000000{ce{}{}}00000000000000000000000000000``````````````````````{{}AOn}``11111111111111{{}BBl}{c{{Ad{BAf}}}Af}{c{{Ad{ANn}}}Af}{c{{Ad{BBl}}}Af}{c{{Ad{BAb}}}Af}{c{{Ad{B@l}}}Af}{c{{Ad{AOn}}}Af}{c{{Ad{BA`}}}Af}{{BAfBb}{{Ad{dBd}}}}{{BAfBb}Fh}{{ANnBb}Fh}{{ANnBb}{{Ad{dBd}}}}{{BBlBb}Fh}{{BAbBb}Fh}{{B@lBb}Fh}{{AOnBb}Fh}{{BA`Bb}Fh}{BA`BAf}{BAbBAf}{cc{}}{B@lBAf}{AOnBAf}{{{BBb{d}}}ANn}{{{BBb{AJh}}}ANn}{ANjANn}555555{{}AOn}`{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000``2`{{BAfc}AdCf}{{ANnc}AdCf}{{BBlc}AdCf}{{BAbc}AdCf}{{B@lc}AdCf}{{AOnc}AdCf}{{BA`c}AdCf}``{cBf{}}0{c{{Ad{e}}}{}{}}{AFh{{Ad{BAfc}}}{}}01{ANl{{Ad{ANnc}}}{}}02{AFh{{Ad{BAbc}}}{}}{BAf{{Ad{BAbc}}}{}}401{BAf{{Ad{B@lc}}}{}}0{AFh{{Ad{B@lc}}}{}}606{AFh{{Ad{AOnc}}}{}}{BAf{{Ad{AOnc}}}{}}10{BAf{{Ad{BA`c}}}{}}0{AFh{{Ad{BA`c}}}{}}0::::::::{cCh{}}000000``{ce{}{}}000000`````````````````````````````````````````````````````````````````````{{cb}d{}}000000`{BBn{{`{{Jb{}{{Kj{{Oj{{`{ACb}}}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{f}}}}}}}}Md}}}}3333333333333333333333333333{BCdBCd}{A@jA@j}{BCfBCf}{LbLb}{L`L`}{BChBCh}{BCjBCj}{{ce}d{}{}}000000{{BChBCh}Ab}{{ce}Ab{}{}}{{BC`Al{BCl{ALb}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{{JlA`}{{`{{Jb{}{{Kj{{Oj{AJh}}}}}}Md}}}}{BCn{{`{{Jb{}{{Kj{{Oj{{`{ADh}}}}}}}}Md}}}}{{}BCf}{{}Lb}{{}L`}{{Jl{E`{f}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{c{{Ad{A@j}}}Af}{c{{Ad{BCf}}}Af}{c{{Ad{Lb}}}Af}{c{{Ad{L`}}}Af}{c{{Ad{BCh}}}Af}{c{{Ad{ALb}}}Af}{c{{Ad{ANf}}}Af}`{{{BDb{}{{BD`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{BCd}}}}}}Md}}}BBn}{{{BDb{}{{BD`{c}}}}f}{{Oj{BCd}}}BBn}{{BCdBCd}Al}{{A@jA@j}Al}{{BCfBCf}Al}{{LbLb}Al}{{BChBCh}Al}{{BCjBCj}Al}{{ce}Al{}{}}00000000000000000000000{{BC`fKnLbBDd}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{{BCdBb}Fh}{{A@jBb}Fh}{{AGhBb}Fh}{{BDfBb}Fh}{{BDhBb}Fh}{{BDjBb}Fh}{{BCfBb}Fh}{{LbBb}Fh}{{L`Bb}Fh}{{BDlBb}Fh}{{BChBb}Fh}0{{ALbBb}Fh}{{ANfBb}Fh}{{BCjBb}Fh}{cc{}}0000000000000`{{JlAGhe}{{`{{Jb{}{{Kj{d}}}}}}}{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{{Mf{}{{BE`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{{B`{c}}}}}}}}Md}}}BCn}{{{BDb{}{{BD`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{{B`{c}}}}}}}}Md}}}BBn}{{{BDb{}{{BD`{c}}}}fMn}{{`{{Jb{}{{Kj{{Oj{c}}}}}}Md}}}BBn}{BCnf}{{JlMbn}{{`{{Jb{}{{Kj{{Oj{Nb}}}}}}Md}}}}{{JlKnBCfnc}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{Jlcne}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{AK`MdEj}{{Lf{}{{Ld{BDj}}}}Lh}}0{{Jlcne}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}{{Lf{}{{Ld{BDj}}}}Lh}}{{{BDb{}{{BD`{c}}}}c}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}BBn}{ce{}{}}0000000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000000{BCnAl}`{{MnAl}A@j}{BCn{{`{{Jb{}{{Kj{{Oj{{`{BEb}}}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{f}}}}}}}}Md}}}}{{BChBCh}{{B`{Ab}}}}```{{A@jc}AdCf}{{BCfc}AdCf}{{Lbc}AdCf}{{L`c}AdCf}{{BChc}AdCf}{{ALbc}AdCf}{{ANfc}AdCf}{{JlAJh{B`{A`}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{Jl{{`{{Jb{}{{Kj{d}}}}Md}}}}{BCnA@j}{ACb{{`{{Jb{}{{Kj{{Oj{d}}}}}}}}}}{Jl{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{{Eb{AJhA`}}}}}}}}}}Md}}}}{{JlA`}Nb}{BC`{{BEd{Ln}}}}{ce{}{}}000000{cBf{}}{c{{Ad{e}}}{}{}}0000000000{ANl{{Ad{ALbc}}}{}}{BAn{{Ad{ALbc}}}{}}012{BAn{{Ad{ANfc}}}{}}3{ANl{{Ad{ANfc}}}{}}10444444444444444{cCh{}}0000000000000{{JlAl{BCl{ANf}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}0{A@jMn}99999999999999{{ACbMn{E`{ABj}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}}}}}`````````````````````````````````````````````{{cb}d{}}0000`{BEf{{Oj{{`{ACb}}}}}}{AGd{{Oj{{BCb{f}}}}}}=========={BEhBEh}{BEjBEj}{BElBEl}{BEnBEn}{AGdAGd}{{ce}d{}{}}0000{{AGdAl{BCl{ALb}}}{{Oj{d}}}}{{AGdA`}{{Oj{AJh}}}}`{BEf{{Oj{{`{ADh}}}}}}{{}BEh}{{}BEl}{{AGd{E`{f}}}{{Oj{d}}}}{AGd{{Oj{d}}}}{{AGdf}{{Oj{BCd}}}}0{{AGdfKnLbBDd}{{Oj{d}}}}{{BEhBb}Fh}{{BEjBb}Fh}{{BElBb}Fh}{{BEnBb}Fh}{{AGdBb}Fh}{cc{}}0000{{AGdAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{AGdf}{{Oj{{B`{c}}}}}{}}0{{AGdfMn}{{Oj{c}}}{}}{BEff}{{AGdMbn}{{Oj{Nb}}}}{{AGdKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGdcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}`{{AGdc}{{Oj{d}}}{}}{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{BEfAl}{c{{Oj{AGd}}}{{Cd{AGf}}}}``````{{KnBEn}{{Oj{AGd}}}}{BEf{{Oj{{`{BEb}}}}}}{{AGdf}Kn}0{AGd{{Oj{{BCb{f}}}}}}`{{AGdAJh{B`{A`}}}{{Oj{d}}}}{AGdd}{BEfA@j}{AGd{{Oj{d}}}}{AGd{{Oj{{BCb{{Eb{AJhA`}}}}}}}}`{{AGdA`}Nb}{AGd{{BEd{Ln}}}}>>>>>{{AGdc}{{Oj{d}}}{{AJ`{f`}{{Kj{{B`{`}}}}}}MdBF`}}{c{{Ad{e}}}{}{}}000000000{cCh{}}0000{{AGdBEhAl}{{Oj{d}}}}{ce{}{}}0000``{{cb}d{}}0{BFb{{Oj{{`{ACb}}}}}}{AGb{{Oj{{BCb{f}}}}}}3333{AGbAGb}{BFbBFb}{{ce}d{}{}}0{{AGbAl{BCl{ALb}}}{{Oj{d}}}}{{AGbA`}{{Oj{AJh}}}}{BFb{{Oj{{`{ADh}}}}}}{{}AGb}{{AGb{E`{f}}}{{Oj{d}}}}{{AGbf}{{Oj{BCd}}}}0{{AGbfKnLbBDd}{{Oj{d}}}}{{AGbBb}Fh}{{BFbBb}Fh}{cc{}}0{{AGbAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{AGbf}{{Oj{{B`{c}}}}}{}}0{{AGbfMn}{{Oj{BFb}}}}{BFbf}{{AGbMbn}{{Oj{Nb}}}}{{AGbKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGbcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGbBFb}{{Oj{d}}}}{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{BFbAl}{{}AGb}{BFb{{Oj{{`{BEb}}}}}}{AGb{{Oj{{BCb{f}}}}}}{{AGbAJh{B`{A`}}}{{Oj{d}}}}{AGbd}{BFbA@j}{AGb{{Oj{d}}}}{AGb{{Oj{{BCb{{Eb{AJhA`}}}}}}}}{{AGbA`}Nb}{AGb{{BEd{Ln}}}}<<{c{{Ad{e}}}{}{}}000{cCh{}}0>>``{{cb}d{}}0{BFd{{Oj{{`{ACb}}}}}}{BFf{{Oj{{BCb{f}}}}}}{ce{}{}}000{BFfBFf}{BFdBFd}{{ce}d{}{}}0{{BFfAl{BCl{ALb}}}{{Oj{d}}}}{{BFfA`}{{Oj{AJh}}}}{BFd{{Oj{{`{ADh}}}}}}{{}BFf}{{BFf{E`{f}}}{{Oj{d}}}}{{BFff}{{Oj{BCd}}}}0{{BFffKnLbBDd}{{Oj{d}}}}{{BFfBb}Fh}{{BFdBb}Fh}{cc{}}0{gBFf{{Jd{Bf}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{BFfAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{BFff}{{Oj{{B`{c}}}}}{}}{{BFff}{{B`{Mb}}}}1{{BFffMn}{{Oj{BFd}}}}{BFdf}{{BFfMbn}{{Oj{Nb}}}}{{BFfKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{BFfcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}{{BFfc}f{{Cd{{l{h}}}}}}{{BFfBFd}{{Oj{d}}}}{{BFfe}{{B`{f}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{c}}}}}}{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{BFdAl}{g{{Eb{BFf{N`{BfBh}}}}}{{Jd{Bf}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{BFd{{Oj{{`{BEb}}}}}}{BFf{{Oj{{BCb{f}}}}}}{{BFfAJh{B`{A`}}}{{Oj{d}}}}{BFfd}{BFdA@j}{BFf{{Oj{d}}}}{BFf{{Oj{{BCb{{Eb{AJhA`}}}}}}}}{{BFfA`}Nb}{BFf{{BEd{Ln}}}}<<{c{{Ad{e}}}{}{}}000{cCh{}}0>>```````````{{cb}d{}}0??{{{BFh{ce}}}{{BFh{ce}}}{}{}}{BFj{{l{h}}}}{{{C`{BFl}}}{{BG`{BFn}}}}{{BGbc}AJh{{AJ`{{l{h}}}{{Kj{Al}}}}}}{ce{}{}}00{AJh{{l{h}}}}1111111{AJhAJh}{DbDb}{{ce}d{}{}}0{{AJhAJh}Ab}{{DbDb}Ab}{{{l{h}}{l{h}}}Ab}0{{ce}Ab{}{}}0{{}{{BFh{ce}}}BGd{}}{{}BFj}{BFjc{}}{c{{Ad{AJh}}}Af}{c{{Ad{Db}}}Af}{Nbd}{ce{}{{Aj{Ah}}}}0{{AJhAJh}Al}{{DbDb}Al}{{ce}Al{}{}}0000000{{}{{B`{An}}}}0{BFj{{Oj{d}}}}{{{BFh{ce}}Bb}FhHjHj}{{BFjBb}Fh}{{AJhBb}Fh}0{{DbBb}Fh}{{NbBb}Fh}{Nbn}{cc{}}{{{E`{h}}}BFj}1{BfAJh}{BlAJh}{MbAJh}444{{{l{h}}}c{}}0`{Nbf}{NbA`}0{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{BFj{{Eb{{E`{h}}{BGf{An}}}}}}`{{{BFh{ce}}}Al{}{}}{Nbd}`{{{BFh{ce}}i}{{BFh{cg}}}{}{}{}{{A@f{e}{{Kj{g}}}}}}{{{BFh{ce}}i}{{BFh{ge}}}{}{}{}{{A@f{c}{{Kj{g}}}}}}{{{BFh{ce}}}{{B`{c}}}{}{}}{{}BFj}{{A`{B`{{BG`{BFn}}}}}Nb}{{BFlA`}d}{{BFnA`}d}{{AJhAJh}{{B`{Ab}}}}{{DbDb}{{B`{Ab}}}}{{BFjc}{{Oj{d}}}BGh}`{{{BFh{MbBGj}}Mn{l{h}}}{{Oj{An}}}}{{BFjMn{l{h}}}{{Oj{An}}}}{{AJhc}AdCf}{{Dbc}AdCf}{{{BFh{c{Eb{eMn}}}}}Mn{{Cd{{l{h}}}}}{}}{{{BFh{MbBGj}}}{{Oj{{B`{Mn}}}}}}{BFj{{Oj{{B`{Mn}}}}}}{{{C`{BFl}}A`}Nb}{ce{}{}}0{cBf{}}{{A@hMn}Mn}{c{{Ad{e}}}{}{}}000000{BFj{{Ad{{E`{h}}c}}}{}}111{{{BFh{ce}}k}{{Ad{{BFh{cg}}i}}}{}{}{}{}{{A@f{e}{{Kj{{Ad{gi}}}}}}}}{cCh{}}0000{{}BGl}{{}Cj}88888?``{{cb}d{}}09999{{cAl}{{Dh{Bf}}}{{Cd{AGf}}}}{BGnBGn}{BH`BH`}{{ce}d{}{}}0{{BGnBGn}Ab}{{ce}Ab{}{}}{{BGnBGn}Al}{{ce}Al{}{}}000`{{BGnBb}Fh}{{BH`Bb}Fh}{AGfBGn}{KnBGn}{cc{}}0{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{{c{B`{Bf}}{B`{Kn}}}{{Dh{Kn}}}{{Cd{{l{h}}}}}}{Kn{{Dh{BHb}}}}{BGn{{BHd{Bl}}}}6{{BGnBGn}{{B`{Ab}}}}{BGnAGf}{c{{Dh{BH`}}}{{Cd{AGf}}}}{{c{B`{Bf}}{B`{Kn}}}{{Dh{Mb}}}{{Cd{AGf}}}}{c{{Dh{Bf}}}{{Cd{AGf}}}}{{KnDf}{{Dh{{E`{BGn}}}}}}0`::{c{{Ad{e}}}{}{}}000{cCh{}}0<<{{KnBf}BGn}``===={{{BHf{c}}}Mn{}}{{{BHh{c}}}Mn{}}{{{BHf{c}}Bb}FhHj}{{{BHh{c}}Bb}FhHj}{cc{}}0{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{{{BHf{c}}}{{Eb{cMn}}}{}}{{{BHh{c}}}{{Eb{cMn}}}{}}{c{{BHf{c}}}{}}{c{{BHh{c}}}{}}{{{Jn{{BHh{c}}}}K`}{{Kb{{Oj{d}}}}}{BHjEj}}0{{{Jn{{BHh{c}}}}K`{l{h}}}{{Kb{{Oj{An}}}}}{BHjEj}}{{{BHf{c}}}{{Oj{{j{h}}}}}BHl}{{{BHf{c}}An}{{Oj{Mb}}}BHl}{c{{Ad{e}}}{}{}}000{cCh{}}0;;`````````{{cb}d{}}00{{{BHn{c}}}d{}}============{BI`d}{JjJj}{BIbBIb}{BIdBId}{{ce}d{}{}}00{{}BI`}{{}BId}{BI`c{}}7{{BIbBIb}Al}{{ce}Al{}{}}0009{{BI`Bb}Fh}{{JjBb}Fh}{{BIbBb}Fh}{{BIdBb}Fh}{{BIfBb}Fh}0{{{BHn{c}}Bb}FhHj}{cc{}}00000{BI`Jj}{ce{}{}}00000{{{C`{c}}}{{C`{Cb}}}{}}00000{c{}{}}{{ce}{{In{g}}}{}J`Jb}{BIdBI`}`{{{Jn{{BHn{c}}}}K`}{{Kb{e}}}{}{}}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}{BI`d}{{}BI`}{{Jjg}{{BHn{c}}}Md{{Jb{}{{Kj{c}}}}}{{A@f{}{{Kj{e}}}}Md}}{{Jje}d{{Jb{}{{Kj{d}}}}}{{A@f{}{{Kj{c}}}}Md}}``:::{cBf{}}{c{{Ad{e}}}{}{}}00000000000{{{Jn{c}}K`}Kb{}}{{Jjg}{{Ad{{BHn{c}}BIf}}}Md{{Jb{}{{Kj{c}}}}}{{A@f{}{{Kj{e}}}}Md}}{{Jje}{{Ad{dBIf}}}{{Jb{}{{Kj{d}}}}}{{A@f{}{{Kj{c}}}}Md}}{{Jj{BEd{A@f}}}{{Ad{dBIf}}}}{cCh{}}00000{ce{}{}}00000{JjAn}```````````````{{cb}d{}}00000{{{Lf{}{{Ld{c}}}}c}{{BIh{d}}}{MdBF`}}{{{BCl{c}}c}{{BIh{d}}}{MdBF`}}{{{BIj{c}}c}{{Ad{dA@n}}}{MdBF`}}{{{BIl{ceg}}e}{{Ad{dA@n}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}e}{{Ad{dA@n}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}e}{{Ad{dA@n}}}{MdBF`}{}}8888888888888888{{{Lf{}{{Ld{c}}}}}{{BCl{c}}}{MdBF`}}{{{BCl{c}}}{{BCl{c}}}{}}{{{BIj{c}}}{{BIj{c}}}{}}{{{BIl{ceg}}}{{BIl{ceg}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}}{{BIn{ceg}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}}{{Kf{c}}}{}}{A@nA@n}{{ce}d{}{}}00000{{}{{BIj{c}}}{}}{{{BCl{c}}Bb}Fh{}}{{{BIj{c}}Bb}Fh{}}{{{BIl{ceg}}Bb}FhLf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}Bb}FhLf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}Bb}Fh{}}{{A@nBb}Fh}0{{{BJ`{ce}}Bb}FhHjHj}{{{BJb{ce}}Bb}FhHjHj}{cc{}}0000000{ce{}{}}0000000{{{C`{c}}}{{C`{Cb}}}{}}0000000{{{BJ`{ce}}}cAC`{{BJd{Mn}}}}{{{BJb{ce}}}cAC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJf{c}}}{{Kf{c}}}{}}{{ce}{{BJ`{ce}}}AC`{{BJd{Mn}}}}{{ce}{{BJb{ce}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{LhMn}{{{BCl{c}}}Mn{MdBF`}}{{{BIj{c}}}Mn{}}{{{BIl{ceg}}}Mn{LhLf}{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}}MnLh{}{}}{{{Kf{c}}}Mn{}}{{{Kf{c}}{Kf{c}}}Al{}}{{{Lf{}{{Ld{c}}}}c}{{`{{Jb{}{{Kj{{BIh{d}}}}}}Md}}}{MdBF`}}{{{BCl{c}}c}{{BIh{d}}}{MdBF`}}{{{BIj{c}}c}{{Ad{dA@n}}}{MdBF`}}{{{BIl{ceg}}e}{{Ad{dA@n}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}e}{{Ad{dA@n}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}e}{{Ad{dA@n}}}{MdBF`}{}}{{{BJ`{ce}}Mn}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}Mn}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJ`{ce}}}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{ce{}{}}00000{cBf{}}{c{{Ad{e}}}{}{}}000000000000000{{{Lf{}{{Ld{c}}}}c}{{BIh{d}}}{MdBF`}}<;:98{cCh{}}000000044444444{{{Lf{}{{Ld{c}}}}g}{{BIn{{Lf{}{{Ld{c}}}}eg}}}{MdBF`}{MdBF`}{{AJ`{e}{{Kj{{B`{c}}}}}}MdBF`Il}}{{{Lf{}{{Ld{c}}}}g}{{BIl{{Lf{}{{Ld{c}}}}eg}}}{MdBF`}{MdBF`}{{AJ`{e}{{Kj{c}}}}MdBF`Il}}{{{BJ`{ce}}Mn{l{h}}}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}Mn{l{h}}}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJ`{ce}}MnMb}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}MnMb}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}","D":"JKb","p":[[5,"Private",4277],[1,"unit"],[5,"Hash",0,4278],[1,"u8"],[1,"array"],[1,"slice"],[6,"BlobFormat",0,4278],[5,"HashAndFormat",0,4278],[6,"Ordering",4279],[6,"Result",4280],[10,"Deserializer",4281],[1,"char"],[10,"FromIterator",4282],[1,"bool"],[1,"usize"],[6,"Option",4283],[5,"Formatter",4284],[5,"Error",4284],[5,"String",4285],[5,"Hash",4286],[5,"DownloadKind",436],[1,"str"],[10,"Hasher",4287],[5,"Arc",4288],[10,"Any",4289],[10,"AsRef",4290],[10,"Serializer",4291],[5,"TypeId",4289],[5,"TypeName",4292],[5,"Client",1786],[5,"NodeAddr",4293],[6,"BlobSourceIroh",137],[6,"SetTagOption",3768],[6,"TicketOption",137],[6,"WrapOption",1786],[8,"Result",4294],[6,"BlobSource",137],[5,"BlobAddOptions",137],[5,"ProvideResponseEntry",137],[5,"Vec",4295],[1,"tuple"],[17,"Item"],[6,"AddProgress",1605],[10,"Stream",4296],[10,"Unpin",4297],[5,"Command",4298],[6,"BlobCommands",137],[6,"TicketOrHash",137],[6,"ListCommands",137],[6,"DeleteCommands",137],[6,"OutputTarget",137],[8,"Result",4284],[5,"ProvideProgressState",137],[5,"ArgMatches",4299],[8,"Error",4300],[5,"Id",4301],[6,"DownloadProgress",762],[6,"TagCommands",409],[5,"Client",2209],[5,"Downloader",436],[5,"DownloadHandle",436],[5,"IntentId",436],[5,"DownloadRequest",436],[6,"DownloadError",436],[5,"ConcurrencyLimits",436],[5,"RetryConfig",436],[6,"FailureAction",436],[6,"GetOutput",436],[10,"Debug",4284],[6,"GetError",882],[17,"Connection"],[17,"NeedsConn"],[10,"Getter",436],[8,"BoxedLocal",4302],[10,"NeedsConn",436],[10,"Dialer",436],[8,"NodeId",4303],[10,"Clone",4304],[5,"Join2",4305],[10,"IntoFuture",4306],[10,"Future",4307],[10,"Into",4290],[10,"IntoIterator",4282],[5,"Endpoint",4308],[5,"LocalPoolHandle",4001],[10,"Store",3142,4309],[5,"Pin",4310],[5,"Context",4311],[6,"Poll",4312],[5,"Stats",705],[5,"AsyncChannelProgressSender",4114],[5,"Race2",4313],[17,"Output"],[6,"ExportProgress",634],[5,"PathBuf",4314],[6,"ExportFormat",3142,4309],[6,"ExportMode",3142,4309],[17,"Msg"],[10,"ProgressSender",4114],[10,"IdGenerator",4114],[5,"ExportResponse",2372],[5,"Collection",669],[10,"Iterator",4315],[10,"SimpleStore",669],[5,"Bytes",4316],[10,"Send",4297],[10,"Map",3142,4309],[5,"AtStartRoot",911],[6,"EndBlobNext",911],[5,"HashSeq",1232],[1,"u64"],[5,"BTreeMap",4317],[5,"TempTag",3768],[10,"DoubleEndedIterator",4318],[6,"GetResponseError",705],[6,"WriteError",4319],[5,"Error",4294],[6,"ReadError",4320],[6,"DecodeError",4321],[6,"Error",4322],[6,"ConnectionError",4323],[1,"f64"],[10,"Error",4324],[6,"BlobInfo",762],[8,"Result",4325],[6,"BlobId",762],[5,"GetStateNeedsConn",762],[6,"GetState",762],[5,"DownloadResponse",2372],[5,"Connection",4326],[10,"FnOnce",4327],[8,"ChunkRanges",4328],[6,"BaoBlobSize",3142,4309],[6,"DecodeError",911],[6,"ProgressSendError",4114],[6,"ConnectedNextError",911],[5,"Error",4325],[6,"AtBlobHeaderNextError",911],[5,"ClosedStream",4329],[5,"AtStartChild",911],[5,"AtBlobHeader",911],[5,"AtEndBlob",911],[5,"AtBlobContent",911],[5,"AtClosing",911],[5,"AtInitial",911],[5,"AtConnected",911],[6,"ConnectedNext",911],[6,"BlobContentNext",911],[6,"BaoContentItem",4330],[5,"GetRequest",1435],[5,"BaoTree",4328],[10,"AsyncSliceWriter",4331],[10,"BaoBatchWriter",3142,4309],[10,"OutboardMut",4332],[5,"TransferState",1140],[5,"BlobState",1140],[6,"BlobProgress",1140],[5,"ChunkNum",4333],[5,"RangeSpecSeq",1435,4334],[10,"Rng",4335],[5,"HashSeqStream",1232],[5,"HashSeqIter",1232],[5,"IntoFallible",4336],[10,"AsyncSliceReader",4331],[5,"ProgressBar",4337],[5,"ProgressBarIter",4338],[5,"Convert",4336],[5,"Metrics",1295],[5,"IntoIter",4339],[5,"Blobs",1325],[5,"Connecting",4308],[8,"Boxed",4302],[8,"ProtectCb",1325],[5,"Builder",1325],[8,"MemClient",1786],[5,"BlobDownloadRequest",1325],[6,"DownloadMode",1325],[5,"BatchId",1325],[5,"EventSender",1605],[6,"Request",2249],[5,"RpcService",2249],[5,"RpcChannel",4340],[6,"RpcServerError",4340],[10,"ChannelTypes",4340],[5,"Store",3644],[5,"Store",3518],[5,"Path",4314],[5,"GcConfig",3142,4309],[6,"Request",2372],[5,"RangeSpec",1435,4334],[6,"Request",1435],[6,"Closed",1435],[5,"NonEmptyRequestRangeSpecIter",1435,4334],[5,"UnknownErrorCode",1435],[8,"ChunkRangesRef",4328],[5,"VarInt",4341],[6,"Event",1605],[5,"TransferStats",1605],[6,"SentStatus",1605],[6,"BatchAddPathProgress",1605],[5,"ResponseWriter",1605],[5,"AddStreamResponse",2372],[5,"AddPathResponse",2372],[10,"CustomEventSender",1605],[5,"RecvStream",4320],[5,"SliceReaderStats",4342],[10,"AsyncStreamWriter",4331],[10,"Fn",4327],[5,"Batch",1786,4343],[10,"Connector",4344],[5,"AddOutcome",1786],[5,"Tag",3768],[5,"AddDirOpts",1786,4343],[5,"AddFileOpts",1786,4343],[5,"AddProgress",1786],[10,"AsyncRead",4345],[5,"AddReaderOpts",1786,4343],[6,"ReadAtLen",1786],[5,"Chain2",4346],[10,"IntoStream",4347],[6,"BlobStatus",1786],[5,"DownloadOutcome",1786],[5,"ExportOutcome",1786],[5,"DownloadOptions",1786],[6,"ConsistencyCheckProgress",3142,4309],[5,"CollectionInfo",1786],[5,"BlobInfo",1786],[5,"IncompleteBlobInfo",1786],[5,"DownloadProgress",1786],[5,"ExportProgress",1786],[5,"Reader",1786],[5,"BlobStatusResponse",2372],[5,"RpcClient",4348],[5,"Merge2",4349],[5,"ReadBuf",4350],[6,"NotKeyed",4351],[5,"RateLimiter",4352],[5,"RatelimitedStream",4353],[10,"DirectStateStore",4351],[10,"ReasonablyRealtime",4354],[10,"RateLimitingMiddleware",4355],[5,"Jitter",4356],[6,"ValidateProgress",3142,4309],[5,"Zip2",4357],[5,"TagInfo",2209],[6,"Response",2249],[6,"Response",2997],[5,"DeleteRequest",2372],[6,"AddStreamUpdate",2372],[5,"ListIncompleteRequest",2372],[5,"BatchCreateRequest",2372],[6,"BatchUpdate",2372],[5,"ListRequest",2372],[5,"BatchCreateTempTagRequest",2372],[5,"ListRequest",2997],[6,"BatchAddStreamUpdate",2372],[5,"BlobStatusRequest",2372],[5,"BatchAddStreamRequest",2372],[5,"AddPathRequest",2372],[5,"BatchAddPathRequest",2372],[5,"CreateCollectionRequest",2372],[5,"SetRequest",2997],[5,"ReadAtRequest",2372],[5,"DeleteRequest",2997],[5,"CreateRequest",2997],[5,"ExportRequest",2372],[6,"Request",2997],[5,"ConsistencyCheckRequest",2372],[5,"ValidateRequest",2372],[5,"AddStreamRequest",2372],[6,"Response",2372],[6,"ReadAtResponse",2372],[8,"RpcResult",2249],[6,"BatchAddStreamResponse",2372],[5,"CreateCollectionResponse",2372],[6,"BatchCreateResponse",2372],[5,"BatchAddPathResponse",2372],[6,"SyncMode",2997],[10,"MapEntryMut",3142,4309],[10,"ReadableStore",3142,4309],[8,"DbIter",3142,4309],[6,"EntryStatus",3142,4309],[6,"ImportMode",3142,4309],[6,"ReportLevel",3142,4309],[6,"Event",3142,4309],[5,"BoxedProgressSender",4114],[10,"MapEntry",3142,4309],[17,"EntryMut"],[10,"MapMut",3142,4309],[8,"ExportProgressCb",3142,4309],[6,"GcMarkEvent",3142,4309],[6,"GcSweepEvent",3142,4309],[6,"ImportProgress",3142,4309],[6,"ExportProgress",3142,4309],[5,"BTreeSet",4358],[17,"Entry"],[10,"Outboard",4332],[5,"Box",4359],[8,"Entry",3518],[5,"InlineOptions",3518],[5,"PathOptions",3518],[5,"BatchOptions",3518],[5,"Options",3518],[10,"Sync",4297],[5,"Entry",3644],[5,"Entry",3704],[5,"Store",3704],[6,"MemOrFile",3768,4360],[5,"SparseMemFile",3768,4361],[10,"TagCounter",3768],[10,"TagDrop",3768],[5,"Weak",4288],[5,"SystemTime",4362],[10,"Default",4363],[8,"RangeSet2",4364],[10,"WriteAt",4365],[5,"File",4366],[5,"TypeName",4292],[5,"DataSource",3914],[5,"PathContent",3914],[5,"SecretKey",4303],[6,"Cow",4367],[5,"TrackingReader",3968],[5,"TrackingWriter",3968],[10,"AsyncWrite",4368],[10,"AsyncStreamReader",4331],[5,"Run",4001],[5,"LocalPool",4001],[6,"PanicMode",4001],[5,"Config",4001],[6,"SpawnError",4001],[8,"ProgressSendResult",4114],[5,"IgnoreProgressSender",4114],[5,"WithMap",4114],[5,"WithFilterMap",4114],[5,"ProgressSliceWriter",4114],[5,"FallibleProgressSliceWriter",4114],[10,"FnMut",4327],[5,"Sender",4369],[15,"Share",382],[15,"Get",382],[15,"Export",382],[15,"Add",382],[15,"Validate",382],[15,"ConsistencyCheck",382],[15,"LocalFs",406],[15,"Blob",408],[15,"Delete",434],[15,"Found",660],[15,"Progress",660],[15,"Done",660],[15,"Partial",866],[15,"Complete",866],[15,"FoundLocal",869],[15,"Found",869],[15,"FoundHashSeq",869],[15,"Progress",869],[15,"Done",869],[15,"AllDone",1744],[15,"Done",1744],[15,"Found",1744],[15,"Progress",1744],[15,"Done",1754],[15,"Progress",1754],[15,"Found",1754],[15,"ClientConnected",1757],[15,"GetRequestReceived",1757],[15,"TransferHashSeqStarted",1757],[15,"TransferProgress",1757],[15,"TransferBlobCompleted",1757],[15,"TransferCompleted",1757],[15,"TransferAborted",1757],[15,"TaggedBlobAdded",1757],[15,"Partial",2206],[15,"Complete",2206],[15,"Wrap",2208],[15,"Result",2992],[15,"OutboardProgress",2992],[15,"Data",2994],[15,"Entry",2994],[15,"Update",3481],[15,"Start",3484],[15,"Progress",3484],[15,"Done",3484],[15,"OutboardDone",3491],[15,"Found",3491],[15,"CopyProgress",3491],[15,"Size",3491],[15,"OutboardProgress",3491],[15,"EntryDone",3501],[15,"Entry",3501],[15,"PartialEntry",3501],[15,"EntryProgress",3501],[15,"PartialEntryProgress",3501],[15,"PartialEntryDone",3501],[15,"Starting",3501]],"r":[[0,1435],[1,4278],[3,4278],[4,4278],[8,3768],[9,3768],[1441,4334],[1443,4334],[1444,4334],[1786,4343],[1787,4343],[1790,4343],[1793,4343],[1799,1325],[3145,4309],[3146,4309],[3150,4309],[3158,4309],[3166,4309],[3170,4309],[3171,4309],[3172,4309],[3173,4309],[3174,4309],[3177,4309],[3178,4309],[3180,4309],[3181,4309],[3182,4309],[3184,4309],[3185,4309],[3186,4309],[3187,4309],[3196,4309],[3197,4309],[3202,4309],[3208,4309],[3771,4360],[3774,4361]],"b":[[13,"impl-Hash"],[14,"impl-Value-for-Hash"],[17,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-Hash"],[19,"impl-Borrow%3C%5Bu8%5D%3E-for-Hash"],[64,"impl-Display-for-Hash"],[65,"impl-Debug-for-Hash"],[66,"impl-Debug-for-BlobFormat"],[67,"impl-Display-for-BlobFormat"],[68,"impl-Debug-for-HashAndFormat"],[69,"impl-Display-for-HashAndFormat"],[74,"impl-From%3CHash%3E-for-Hash"],[75,"impl-From%3C%5Bu8;+32%5D%3E-for-Hash"],[76,"impl-From%3C%26%5Bu8;+32%5D%3E-for-Hash"],[80,"impl-Hash"],[81,"impl-Value-for-Hash"],[243,"impl-Debug-for-TicketOrHash"],[244,"impl-Display-for-TicketOrHash"],[248,"impl-Display-for-BlobSource"],[249,"impl-Debug-for-BlobSource"],[254,"impl-Debug-for-OutputTarget"],[255,"impl-Display-for-OutputTarget"],[512,"impl-Debug-for-IntentId"],[513,"impl-Display-for-IntentId"],[519,"impl-Debug-for-DownloadKind"],[520,"impl-Display-for-DownloadKind"],[521,"impl-Debug-for-DownloadError"],[522,"impl-Display-for-DownloadError"],[540,"impl-DownloadKind"],[541,"impl-Hash-for-DownloadKind"],[732,"impl-Display-for-GetResponseError"],[733,"impl-Debug-for-GetResponseError"],[735,"impl-From%3CWriteError%3E-for-GetResponseError"],[736,"impl-From%3CError%3E-for-GetResponseError"],[738,"impl-From%3CReadError%3E-for-GetResponseError"],[739,"impl-From%3CDecodeError%3E-for-GetResponseError"],[740,"impl-From%3CError%3E-for-GetResponseError"],[741,"impl-From%3CConnectionError%3E-for-GetResponseError"],[836,"impl-NeedsConn%3CConnection%3E-for-GetStateNeedsConn"],[837,"impl-GetStateNeedsConn"],[891,"impl-Display-for-GetError"],[892,"impl-Debug-for-GetError"],[893,"impl-From%3CDecodeError%3E-for-GetError"],[895,"impl-From%3CProgressSendError%3E-for-GetError"],[896,"impl-From%3CWriteError%3E-for-GetError"],[897,"impl-From%3CConnectionError%3E-for-GetError"],[898,"impl-From%3CConnectedNextError%3E-for-GetError"],[899,"impl-From%3CError%3E-for-GetError"],[900,"impl-From%3CReadError%3E-for-GetError"],[901,"impl-From%3CAtBlobHeaderNextError%3E-for-GetError"],[902,"impl-From%3CClosedStream%3E-for-GetError"],[986,"impl-Display-for-ConnectedNextError"],[987,"impl-Debug-for-ConnectedNextError"],[991,"impl-Display-for-AtBlobHeaderNextError"],[992,"impl-Debug-for-AtBlobHeaderNextError"],[994,"impl-Debug-for-DecodeError"],[995,"impl-Display-for-DecodeError"],[1003,"impl-From%3CAtStartRoot%3E-for-ConnectedNext"],[1004,"impl-From%3CAtClosing%3E-for-ConnectedNext"],[1005,"impl-From%3CAtStartChild%3E-for-ConnectedNext"],[1006,"impl-From%3CClosedStream%3E-for-ConnectedNextError"],[1007,"impl-From%3CWriteError%3E-for-ConnectedNextError"],[1014,"impl-From%3CDecodeError%3E-for-DecodeError"],[1016,"impl-From%3CError%3E-for-DecodeError"],[1017,"impl-From%3CAtBlobHeaderNextError%3E-for-DecodeError"],[1019,"impl-From%3CAtEndBlob%3E-for-BlobContentNext"],[1020,"impl-From%3C(AtBlobContent,+Result%3CBaoContentItem,+DecodeError%3E)%3E-for-BlobContentNext"],[1022,"impl-From%3CAtClosing%3E-for-EndBlobNext"],[1024,"impl-From%3CAtStartChild%3E-for-EndBlobNext"],[1413,"impl-TryFrom%3C%26Request%3E-for-%26BlobDownloadRequest"],[1415,"impl-TryFrom%3C%26Request%3E-for-%26BlobDownloadRequest"],[1416,"impl-TryFrom%3CRequest%3E-for-BlobDownloadRequest"],[1417,"impl-TryFrom%3CRequest%3E-for-BlobDownloadRequest"],[1518,"impl-Debug-for-UnknownErrorCode"],[1519,"impl-Display-for-UnknownErrorCode"],[1677,"impl-From%3CAddStreamResponse%3E-for-AddProgress"],[1679,"impl-From%3CAddPathResponse%3E-for-AddProgress"],[2238,"impl-TryFrom%3CResponse%3E-for-TagInfo"],[2239,"impl-TryFrom%3CResponse%3E-for-TagInfo"],[2240,"impl-TryFrom%3C%26Response%3E-for-%26TagInfo"],[2241,"impl-TryFrom%3C%26Response%3E-for-%26TagInfo"],[2276,"impl-From%3CDeleteRequest%3E-for-Request"],[2277,"impl-From%3CAddStreamUpdate%3E-for-Request"],[2278,"impl-From%3CListIncompleteRequest%3E-for-Request"],[2279,"impl-From%3CBatchCreateRequest%3E-for-Request"],[2280,"impl-From%3CBlobDownloadRequest%3E-for-Request"],[2281,"impl-From%3CBatchUpdate%3E-for-Request"],[2282,"impl-From%3CListRequest%3E-for-Request"],[2283,"impl-From%3CBatchCreateTempTagRequest%3E-for-Request"],[2284,"impl-From%3CListRequest%3E-for-Request"],[2285,"impl-From%3CBatchAddStreamUpdate%3E-for-Request"],[2286,"impl-From%3CBlobStatusRequest%3E-for-Request"],[2287,"impl-From%3CRequest%3E-for-Request"],[2288,"impl-From%3CBatchAddStreamRequest%3E-for-Request"],[2289,"impl-From%3CAddPathRequest%3E-for-Request"],[2290,"impl-From%3CBatchAddPathRequest%3E-for-Request"],[2291,"impl-From%3CCreateCollectionRequest%3E-for-Request"],[2293,"impl-From%3CSetRequest%3E-for-Request"],[2294,"impl-From%3CReadAtRequest%3E-for-Request"],[2295,"impl-From%3CDeleteRequest%3E-for-Request"],[2296,"impl-From%3CCreateRequest%3E-for-Request"],[2297,"impl-From%3CExportRequest%3E-for-Request"],[2298,"impl-From%3CRequest%3E-for-Request"],[2299,"impl-From%3CConsistencyCheckRequest%3E-for-Request"],[2300,"impl-From%3CValidateRequest%3E-for-Request"],[2301,"impl-From%3CAddStreamRequest%3E-for-Request"],[2302,"impl-From%3CResponse%3E-for-Response"],[2304,"impl-From%3CValidateProgress%3E-for-Response"],[2305,"impl-From%3CResult%3CReadAtResponse,+Error%3E%3E-for-Response"],[2306,"impl-From%3CResult%3CIncompleteBlobInfo,+Error%3E%3E-for-Response"],[2307,"impl-From%3CExportResponse%3E-for-Response"],[2308,"impl-From%3CAddStreamResponse%3E-for-Response"],[2309,"impl-From%3CAddPathResponse%3E-for-Response"],[2310,"impl-From%3CDownloadResponse%3E-for-Response"],[2311,"impl-From%3CResponse%3E-for-Response"],[2312,"impl-From%3CResult%3CTag,+Error%3E%3E-for-Response"],[2313,"impl-From%3CBatchAddStreamResponse%3E-for-Response"],[2314,"impl-From%3CResult%3CCreateCollectionResponse,+Error%3E%3E-for-Response"],[2315,"impl-From%3CResult%3CBlobStatusResponse,+Error%3E%3E-for-Response"],[2316,"impl-From%3CBatchCreateResponse%3E-for-Response"],[2317,"impl-From%3CTagInfo%3E-for-Response"],[2318,"impl-From%3CResult%3C(),+Error%3E%3E-for-Response"],[2319,"impl-From%3CBatchAddPathResponse%3E-for-Response"],[2320,"impl-From%3CConsistencyCheckProgress%3E-for-Response"],[2321,"impl-From%3CResult%3CBlobInfo,+Error%3E%3E-for-Response"],[2332,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CIncompleteBlobInfo,+Error%3E"],[2333,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CTag,+Error%3E"],[2334,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobInfo,+Error%3E"],[2335,"impl-TryFrom%3CResponse%3E-for-Result%3CCreateCollectionResponse,+Error%3E"],[2336,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CCreateCollectionResponse,+Error%3E"],[2337,"impl-TryFrom%3C%26Response%3E-for-%26Result%3C(),+Error%3E"],[2338,"impl-TryFrom%3CResponse%3E-for-Result%3CReadAtResponse,+Error%3E"],[2339,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobInfo,+Error%3E"],[2340,"impl-TryFrom%3CResponse%3E-for-Result%3CTag,+Error%3E"],[2341,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CReadAtResponse,+Error%3E"],[2342,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CReadAtResponse,+Error%3E"],[2343,"impl-TryFrom%3C%26Response%3E-for-%26Result%3C(),+Error%3E"],[2344,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobStatusResponse,+Error%3E"],[2345,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CIncompleteBlobInfo,+Error%3E"],[2346,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CTag,+Error%3E"],[2347,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobStatusResponse,+Error%3E"],[2348,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CCreateCollectionResponse,+Error%3E"],[2349,"impl-TryFrom%3CResponse%3E-for-Result%3CCreateCollectionResponse,+Error%3E"],[2350,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobStatusResponse,+Error%3E"],[2351,"impl-TryFrom%3CResponse%3E-for-Result%3CIncompleteBlobInfo,+Error%3E"],[2352,"impl-TryFrom%3CResponse%3E-for-Result%3CReadAtResponse,+Error%3E"],[2353,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobInfo,+Error%3E"],[2354,"impl-TryFrom%3CResponse%3E-for-Result%3C(),+Error%3E"],[2355,"impl-TryFrom%3CResponse%3E-for-Result%3C(),+Error%3E"],[2356,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobStatusResponse,+Error%3E"],[2357,"impl-TryFrom%3CResponse%3E-for-Result%3CTag,+Error%3E"],[2358,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobInfo,+Error%3E"],[2359,"impl-TryFrom%3CResponse%3E-for-Result%3CIncompleteBlobInfo,+Error%3E"],[2551,"impl-Display-for-Request"],[2552,"impl-Debug-for-Request"],[2553,"impl-Debug-for-Response"],[2554,"impl-Display-for-Response"],[2586,"impl-From%3CReadAtRequest%3E-for-Request"],[2587,"impl-From%3CBatchCreateRequest%3E-for-Request"],[2588,"impl-From%3CBlobDownloadRequest%3E-for-Request"],[2590,"impl-From%3CBlobStatusRequest%3E-for-Request"],[2591,"impl-From%3CValidateRequest%3E-for-Request"],[2592,"impl-From%3CDeleteRequest%3E-for-Request"],[2593,"impl-From%3CConsistencyCheckRequest%3E-for-Request"],[2594,"impl-From%3CListRequest%3E-for-Request"],[2595,"impl-From%3CBatchUpdate%3E-for-Request"],[2596,"impl-From%3CBatchAddStreamRequest%3E-for-Request"],[2597,"impl-From%3CBatchCreateTempTagRequest%3E-for-Request"],[2598,"impl-From%3CListIncompleteRequest%3E-for-Request"],[2599,"impl-From%3CAddStreamRequest%3E-for-Request"],[2600,"impl-From%3CBatchAddStreamUpdate%3E-for-Request"],[2601,"impl-From%3CAddPathRequest%3E-for-Request"],[2602,"impl-From%3CExportRequest%3E-for-Request"],[2603,"impl-From%3CCreateCollectionRequest%3E-for-Request"],[2604,"impl-From%3CAddStreamUpdate%3E-for-Request"],[2605,"impl-From%3CBatchAddPathRequest%3E-for-Request"],[2606,"impl-From%3CBatchAddStreamResponse%3E-for-Response"],[2607,"impl-From%3CBatchAddPathResponse%3E-for-Response"],[2608,"impl-From%3CResult%3CIncompleteBlobInfo,+Error%3E%3E-for-Response"],[2609,"impl-From%3CValidateProgress%3E-for-Response"],[2610,"impl-From%3CExportResponse%3E-for-Response"],[2611,"impl-From%3CResult%3CCreateCollectionResponse,+Error%3E%3E-for-Response"],[2612,"impl-From%3CAddPathResponse%3E-for-Response"],[2613,"impl-From%3CDownloadResponse%3E-for-Response"],[2614,"impl-From%3CAddStreamResponse%3E-for-Response"],[2615,"impl-From%3CBatchCreateResponse%3E-for-Response"],[2616,"impl-From%3CResult%3CBlobStatusResponse,+Error%3E%3E-for-Response"],[2618,"impl-From%3CResult%3CBlobInfo,+Error%3E%3E-for-Response"],[2619,"impl-From%3CConsistencyCheckProgress%3E-for-Response"],[2620,"impl-From%3CResult%3CReadAtResponse,+Error%3E%3E-for-Response"],[2767,"impl-TryFrom%3CRequest%3E-for-Request"],[2768,"impl-TryFrom%3C%26Request%3E-for-%26Request"],[2770,"impl-TryFrom%3C%26Response%3E-for-%26Response"],[2771,"impl-TryFrom%3CResponse%3E-for-Response"],[2773,"impl-TryFrom%3CRequest%3E-for-AddPathRequest"],[2774,"impl-TryFrom%3CRequest%3E-for-AddPathRequest"],[2775,"impl-TryFrom%3C%26Request%3E-for-%26AddPathRequest"],[2777,"impl-TryFrom%3C%26Request%3E-for-%26AddPathRequest"],[2778,"impl-TryFrom%3CResponse%3E-for-AddPathResponse"],[2779,"impl-TryFrom%3C%26Response%3E-for-%26AddPathResponse"],[2781,"impl-TryFrom%3CResponse%3E-for-AddPathResponse"],[2782,"impl-TryFrom%3C%26Response%3E-for-%26AddPathResponse"],[2783,"impl-TryFrom%3C%26Response%3E-for-%26DownloadResponse"],[2784,"impl-TryFrom%3CResponse%3E-for-DownloadResponse"],[2785,"impl-TryFrom%3C%26Response%3E-for-%26DownloadResponse"],[2787,"impl-TryFrom%3CResponse%3E-for-DownloadResponse"],[2788,"impl-TryFrom%3C%26Request%3E-for-%26ExportRequest"],[2789,"impl-TryFrom%3C%26Request%3E-for-%26ExportRequest"],[2790,"impl-TryFrom%3CRequest%3E-for-ExportRequest"],[2792,"impl-TryFrom%3CRequest%3E-for-ExportRequest"],[2793,"impl-TryFrom%3C%26Response%3E-for-%26ExportResponse"],[2794,"impl-TryFrom%3C%26Response%3E-for-%26ExportResponse"],[2795,"impl-TryFrom%3CResponse%3E-for-ExportResponse"],[2796,"impl-TryFrom%3CResponse%3E-for-ExportResponse"],[2798,"impl-TryFrom%3C%26Request%3E-for-%26ConsistencyCheckRequest"],[2799,"impl-TryFrom%3C%26Request%3E-for-%26ConsistencyCheckRequest"],[2801,"impl-TryFrom%3CRequest%3E-for-ConsistencyCheckRequest"],[2802,"impl-TryFrom%3CRequest%3E-for-ConsistencyCheckRequest"],[2803,"impl-TryFrom%3C%26Request%3E-for-%26ValidateRequest"],[2804,"impl-TryFrom%3C%26Request%3E-for-%26ValidateRequest"],[2806,"impl-TryFrom%3CRequest%3E-for-ValidateRequest"],[2807,"impl-TryFrom%3CRequest%3E-for-ValidateRequest"],[2809,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[2810,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[2811,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[2812,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[2813,"impl-TryFrom%3C%26Request%3E-for-%26ListIncompleteRequest"],[2814,"impl-TryFrom%3CRequest%3E-for-ListIncompleteRequest"],[2815,"impl-TryFrom%3CRequest%3E-for-ListIncompleteRequest"],[2816,"impl-TryFrom%3C%26Request%3E-for-%26ListIncompleteRequest"],[2818,"impl-TryFrom%3CRequest%3E-for-ReadAtRequest"],[2819,"impl-TryFrom%3C%26Request%3E-for-%26ReadAtRequest"],[2820,"impl-TryFrom%3CRequest%3E-for-ReadAtRequest"],[2821,"impl-TryFrom%3C%26Request%3E-for-%26ReadAtRequest"],[2824,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamRequest"],[2825,"impl-TryFrom%3CRequest%3E-for-AddStreamRequest"],[2826,"impl-TryFrom%3CRequest%3E-for-AddStreamRequest"],[2827,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamRequest"],[2829,"impl-TryFrom%3CRequest%3E-for-AddStreamUpdate"],[2831,"impl-TryFrom%3CRequest%3E-for-AddStreamUpdate"],[2832,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamUpdate"],[2833,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamUpdate"],[2834,"impl-TryFrom%3C%26Response%3E-for-%26AddStreamResponse"],[2835,"impl-TryFrom%3CResponse%3E-for-AddStreamResponse"],[2836,"impl-TryFrom%3CResponse%3E-for-AddStreamResponse"],[2837,"impl-TryFrom%3C%26Response%3E-for-%26AddStreamResponse"],[2839,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[2840,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[2841,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[2843,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[2844,"impl-TryFrom%3CRequest%3E-for-CreateCollectionRequest"],[2846,"impl-TryFrom%3CRequest%3E-for-CreateCollectionRequest"],[2847,"impl-TryFrom%3C%26Request%3E-for-%26CreateCollectionRequest"],[2848,"impl-TryFrom%3C%26Request%3E-for-%26CreateCollectionRequest"],[2850,"impl-TryFrom%3CRequest%3E-for-BlobStatusRequest"],[2851,"impl-TryFrom%3C%26Request%3E-for-%26BlobStatusRequest"],[2852,"impl-TryFrom%3CRequest%3E-for-BlobStatusRequest"],[2854,"impl-TryFrom%3C%26Request%3E-for-%26BlobStatusRequest"],[2856,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateRequest"],[2858,"impl-TryFrom%3CRequest%3E-for-BatchCreateRequest"],[2859,"impl-TryFrom%3CRequest%3E-for-BatchCreateRequest"],[2860,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateRequest"],[2862,"impl-TryFrom%3CRequest%3E-for-BatchUpdate"],[2863,"impl-TryFrom%3C%26Request%3E-for-%26BatchUpdate"],[2864,"impl-TryFrom%3C%26Request%3E-for-%26BatchUpdate"],[2865,"impl-TryFrom%3CRequest%3E-for-BatchUpdate"],[2866,"impl-TryFrom%3CResponse%3E-for-BatchCreateResponse"],[2867,"impl-TryFrom%3C%26Response%3E-for-%26BatchCreateResponse"],[2868,"impl-TryFrom%3C%26Response%3E-for-%26BatchCreateResponse"],[2870,"impl-TryFrom%3CResponse%3E-for-BatchCreateResponse"],[2871,"impl-TryFrom%3CRequest%3E-for-BatchCreateTempTagRequest"],[2873,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateTempTagRequest"],[2874,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateTempTagRequest"],[2875,"impl-TryFrom%3CRequest%3E-for-BatchCreateTempTagRequest"],[2876,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamRequest"],[2877,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamRequest"],[2878,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamRequest"],[2880,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamRequest"],[2881,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamUpdate"],[2882,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamUpdate"],[2883,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamUpdate"],[2884,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamUpdate"],[2886,"impl-TryFrom%3CResponse%3E-for-BatchAddStreamResponse"],[2887,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddStreamResponse"],[2888,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddStreamResponse"],[2889,"impl-TryFrom%3CResponse%3E-for-BatchAddStreamResponse"],[2891,"impl-TryFrom%3CRequest%3E-for-BatchAddPathRequest"],[2892,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddPathRequest"],[2894,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddPathRequest"],[2895,"impl-TryFrom%3CRequest%3E-for-BatchAddPathRequest"],[2896,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddPathResponse"],[2897,"impl-TryFrom%3CResponse%3E-for-BatchAddPathResponse"],[2898,"impl-TryFrom%3CResponse%3E-for-BatchAddPathResponse"],[2899,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddPathResponse"],[3038,"impl-Display-for-Request"],[3039,"impl-Debug-for-Request"],[3040,"impl-Debug-for-Response"],[3041,"impl-Display-for-Response"],[3047,"impl-From%3CDeleteRequest%3E-for-Request"],[3048,"impl-From%3CCreateRequest%3E-for-Request"],[3050,"impl-From%3CSetRequest%3E-for-Request"],[3051,"impl-From%3CListRequest%3E-for-Request"],[3052,"impl-From%3CResult%3C(),+Error%3E%3E-for-Response"],[3053,"impl-From%3CResult%3CTag,+Error%3E%3E-for-Response"],[3054,"impl-From%3CTagInfo%3E-for-Response"],[3093,"impl-TryFrom%3C%26Request%3E-for-%26Request"],[3094,"impl-TryFrom%3CRequest%3E-for-Request"],[3096,"impl-TryFrom%3CResponse%3E-for-Response"],[3097,"impl-TryFrom%3C%26Response%3E-for-%26Response"],[3099,"impl-TryFrom%3C%26Request%3E-for-%26CreateRequest"],[3100,"impl-TryFrom%3CRequest%3E-for-CreateRequest"],[3102,"impl-TryFrom%3C%26Request%3E-for-%26CreateRequest"],[3103,"impl-TryFrom%3CRequest%3E-for-CreateRequest"],[3104,"impl-TryFrom%3CRequest%3E-for-SetRequest"],[3105,"impl-TryFrom%3C%26Request%3E-for-%26SetRequest"],[3106,"impl-TryFrom%3C%26Request%3E-for-%26SetRequest"],[3108,"impl-TryFrom%3CRequest%3E-for-SetRequest"],[3110,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[3111,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[3112,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[3113,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[3114,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[3115,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[3116,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[3117,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[3323,"impl-Display-for-ReportLevel"],[3324,"impl-Debug-for-ReportLevel"],[3424,"impl-TryFrom%3C%26Response%3E-for-%26ConsistencyCheckProgress"],[3425,"impl-TryFrom%3C%26Response%3E-for-%26ConsistencyCheckProgress"],[3426,"impl-TryFrom%3CResponse%3E-for-ConsistencyCheckProgress"],[3427,"impl-TryFrom%3CResponse%3E-for-ConsistencyCheckProgress"],[3429,"impl-TryFrom%3CResponse%3E-for-ValidateProgress"],[3431,"impl-TryFrom%3C%26Response%3E-for-%26ValidateProgress"],[3432,"impl-TryFrom%3C%26Response%3E-for-%26ValidateProgress"],[3433,"impl-TryFrom%3CResponse%3E-for-ValidateProgress"],[3781,"impl-RedbValue-for-Tag"],[3782,"impl-Value-for-Tag"],[3804,"impl-RedbKey-for-Tag"],[3805,"impl-Key-for-Tag"],[3826,"impl-RedbValue-for-Tag"],[3827,"impl-Value-for-Tag"],[3831,"impl-Debug-for-Tag"],[3832,"impl-Display-for-Tag"],[3839,"impl-From%3CString%3E-for-Tag"],[3840,"impl-From%3C%26str%3E-for-Tag"],[3841,"impl-From%3CBytes%3E-for-Tag"],[3845,"impl-Value-for-Tag"],[3846,"impl-RedbValue-for-Tag"],[3881,"impl-MemOrFile%3CM,+(F,+u64)%3E"],[3882,"impl-Size-for-MemOrFile%3CBytes,+File%3E"],[3906,"impl-RedbValue-for-Tag"],[3907,"impl-Value-for-Tag"],[3937,"impl-From%3C%26Path%3E-for-DataSource"],[3938,"impl-From%3CPathBuf%3E-for-DataSource"],[4047,"impl-Display-for-SpawnError"],[4048,"impl-Debug-for-SpawnError"],[4176,"impl-Debug-for-ProgressSendError"],[4177,"impl-Display-for-ProgressSendError"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAFwLFwEJAAQADwAKABsAEAAtABAAPwAHAEsAAgBQAAAAUgADAFcAAgBgAAIAaQACAHAAAgB1ABAAhwACAJcAAACnAAAAqwAIALcALwDoAAkA8wANAAYBAAANAQ4AKAELADoBAAA9ATQAcwEKAIUBAACXAQEAnQEHAKYBAgCqAQAArAEIAM8BGADpASQAEAIAABYCAAAcAgAAHgIAACsCCgA3AgAAQQIAAEMCAABIAjEAgQIFAIoCAQCOAgYAoQIJAKwCAQCvAgEAugIAAL0CBADJAgQA0AIBANMCAQDWAgQA3AICAOACAQDjAgMA6gIBAO8CCwAQAwIAFAMdADYDAAA6AwAAQAMCAEQDAQBHAwEASgMRAF4DBAB6AwQAgAMHAIkDBgC0AxsA2AMQAOwDBAD3AwAA+QMBAPwDAQD/AwAAAQQAABQEDQAwBAEAMwQCADcENwB8BAgAhwQFAI8EFQCuBAIAuQQCAL0EDgDUBBEA6QQAAO4EAgDzBAEA+gQAAP0EAAD/BAIAAwUMABEFEgAmBQcAMAUAADYFAwA7BQkASAURAFsFBABnBQAAbgUEAHUFAAB3BQAAeQUEAH8FAACBBRoAqgUEALMFGwDQBSAA9AUAAPsFAgAGBgYADgYAABgGAQAcBgMAIgYFACkGHABhBh0AgAYLAI4GAACQBgAAkgYAAJ8GBgCtBhMAwwYNAAgHAAAYBwoANgcpAGEHFQB5BwQAfwcGAIoHCQCZBxIAuAcAAOAHFgD5BwIA/wcAAAEIAwAOCBIAJggGADEIAAA5CAoARgg/AIcIEgCbCAMApQgGAK0IAgC2CAEAvAgPAM4IAQDTCAIA1wgMAOUIDwD2CAkAAQkRABYJBAAcCSgARwkCAEwJAQBRCQIAVgkBAFsJAgBgCQAAYwkCAGsJAQBwCQAAcgkBAHcJAQB7CQEAfgkDAIQJAACGCQEAigkEAJAJAgCWCUEA2gk9ABsKAgAfChoAOwoCAEEKAABDCgAAUgoAAIIKHQCoCh0AywrkALELAQC2CwEAugsBAL4LAQDBCwIAyQsgAOsLBAD/CwYACgwGABMMKgBADAYAZgwAAIwMBwCWDCsAxQwCAMkMBgDTDB0A8gwOACkNDAA7DQAAPQ0AAD8NBgBODTkAiw0NAJ0NEADHDQQAzQ0XAOYNAwDrDQcA+A0HAAEOAAAHDgUAFQ4AABgOAAAaDgQAIA4GACgODgA4DgQAPw4VAFcOCABiDgIAZg4SAHsOFQCTDgIAlw4CAJsOAQCeDgAAog4CAKYOEgDEDgMAyQ4AAMwOLwD+DgAAAA8CAAYPAQARDwQAIg8BACYPAwArDwEALg8CADIPCgA+DwwATQ8FAFQPCgBgDwMAaA8BAG4PAAB2DwkAgw8DAIkPAQCPDwEAlQ8MAKsPAgCvDwsAvA8OAMwPBgDgDwcA6g8BAPIPEAAGEAsAIhAFACkQFAA/EBUAZRAHAHMQBAB6EB8AmxAUALIQAwA="}]\ +["iroh_blobs",{"t":"SGTFFPSPEENNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNCONNNNNNNNNNNNCNNNONCNNNNNNNNCCNNNNNCCNCNNNCNNNNNNNNNNNNNNNNNNCNNNPPFGGGPPPPGPPPPPGPPGPPPFFPPPPPGGPNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNOOHNNNHOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOPPGNNNNNNNNNNNNNNNNNNNNNNOOPPPPPFRRKGPFFFFPGGKFKPRPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNONNNNNNNNNNNNNNNNNNNNNMNOOOOONNMNNMNMNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPPNNNNNNHHHNNNNNNNNNNNOOOOOOOOCFTKNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNPPPGPFPNNNNNOONNCNNONNNNNCNNNNNNNNNNNCNNNNNCCNNNNNNNNNNNNPPGGPPPPPGPPPGFPPPPPPNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNOOOOOOOOOOOOOOOOPGPPPPPNNNNNNNNNNNNNNNNNNNNNNFFGFFFFFFGPPPGGGPGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPIPFNNNNNNNNNOONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNONNNOONONNNONNNNNNNNNNNNNNNHHHHHFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNFNNNNNNOOOOOOOOOOOONNNNNNNNNNNFFFFPGIPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNONNNNNNNNNNNONONNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNSGTPFSFPFFGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPGPKPPGFPPPPPPFPGPPPPPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNOHMNOHNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCCCCFFFFFPPFFGFFPEFFFPFFFIPPPGFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONNNNONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONONOOONNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOOOFIFNNNNNNNNNNNONNONNNNNNONNNNNNNNNNNNNNNPPPPGGIIFPPNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPFFPPFFGPPPFFPPFGGPPPFGPFGPPPFFPPFPPFFPPFPPFPPPPFFPPPPPPPFFPPPPFGGGPPPFNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOPPFFPPPFPPPGGPFGNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONONNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNPPPKGPPPGPPPPPPPIPPPRPRPGPPPGGGGIPPFGPGGGPKKKKPPPPPPPPKGPPPPKPPPPPGPPNNNNNNNEMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMMNNNMNNNNNNNOMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMMMMMMMNNMMNNNNNNNNNNNNNNNNNNNNNNNNNNNMCNMMNOECNNNNNNNMMMMMMMMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOTFIFTFFFNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNOOOOOONNNNNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPGFFKKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNCNNCNNNNNMMNNNCNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNHNNNNNNNNNNNONNNNNNNNNNHHNNNNHHHHHONNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFPGFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFPFKFRPGIKFPFFNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["ALPN","BlobFormat","EMPTY","Hash","HashAndFormat","HashSeq","IROH_BLOCK_SIZE","Raw","Tag","TempTag","__clone_box","__clone_box","__clone_box","as_bytes","as_bytes","as_bytes","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","compare","default","deserialize","deserialize","deserialize","downloader","encode_hex","encode_hex_upper","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","export","fixed_width","fixed_width","fmt","fmt","fmt","fmt","fmt","fmt","fmt_short","format","format","from","from","from","from","from","from","from","from_bytes","from_bytes","from_bytes","from_str","from_str","get","hash","hash","hash","hash","hash_seq","hashseq","into","into","into","into_arc_any","into_arc_any","into_arc_any","is_hash_seq","is_raw","metrics","net_protocol","new","new","partial_cmp","partial_cmp","partial_cmp","protocol","provider","raw","rpc","serialize","serialize","serialize","store","to_hex","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","type_name","type_name","util","vzip","vzip","vzip","Add","Blob","BlobAddOptions","BlobCommands","BlobSource","BlobSourceIroh","Blobs","Collections","ConsistencyCheck","Delete","DeleteCommands","Export","Get","Hash","IncompleteBlobs","List","ListCommands","LocalFs","None","OutputTarget","Path","Path","Print","ProvideProgressState","ProvideResponseEntry","Share","Stdin","Stdin","Stdout","Ticket","TicketOption","TicketOrHash","Validate","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add","add_with_opts","aggregate_add_response","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filename","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_str","group_id","has_subcommand","has_subcommand","has_subcommand","hash","in_place","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","name","no_ticket","print_add_response","run","run","run","show_download_progress","size","tag","tags","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","validate","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","addr_options","address","debug","hash","hash","node","options","out","out","override_addresses","queued","recursive","recursive","recursive","relay_url","repair","repair","source","stable","stable","tag","ticket","verbose","verbose","in_place","path","hash","Delete","List","TagCommands","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","clone","clone_into","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","into","into_arc_any","run","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","hex","tag","AbortRequest","ActorClosed","AllIntentsDropped","Cancelled","Complete","ConcurrencyLimits","Connection","Connection","Dialer","DownloadError","DownloadFailed","DownloadHandle","DownloadKind","DownloadRequest","Downloader","DropPeer","FailureAction","GetOutput","Getter","IntentId","NeedsConn","NeedsConn","NeedsConn","NoProviders","RetryConfig","RetryLater","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cancel","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","get","hash","hash","hash","hash_and_format","initial_retry_delay","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","is_pending","join","max_concurrent_dials_per_hash","max_concurrent_requests","max_concurrent_requests_per_node","max_open_connections","max_retries_per_node","new","new","node_id","nodes_have","partial_cmp","pending_count","poll","proceed","progress_sender","queue","queue_dial","race","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_config","Abort","AllDone","Done","ExportProgress","Found","Progress","__clone_box","borrow","borrow_mut","clone","clone_into","deserialize","export","export_blob","export_collection","fmt","from","from","into","into_arc_any","serialize","to_owned","try_from","try_into","type_id","vzip","hash","id","id","id","meta","offset","outpath","size","collection","Collection","HEADER","SimpleStore","__clone_box","borrow","borrow_mut","clone","clone_into","default","deserialize","eq","extend","fmt","from","from_iter","index","into","into_arc_any","into_iter","is_empty","iter","len","load","load","load_db","push","read_fsm","read_fsm_all","serialize","store","to_blobs","to_owned","try_from","try_into","type_id","vzip","Connection","Decode","Generic","GetResponseError","Read","Stats","Write","__clone_box","borrow","borrow","borrow_mut","borrow_mut","bytes_read","bytes_written","clone","clone_into","db","default","deserialize","elapsed","eq","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","from","from","from","from","from","from","from","from","fsm","into","into","into_arc_any","into_arc_any","mbits","progress","request","serialize","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Abort","AllDone","BlobId","BlobInfo","Child","Complete","Complete","Connected","Done","DownloadProgress","Found","FoundHashSeq","FoundLocal","GetState","GetStateNeedsConn","InitialState","Missing","NeedsConn","Partial","Progress","Root","__clone_box","__clone_box","__clone_box","blob_info","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","get_to_db","get_to_db_in_steps","hash","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","missing_ranges","partial_cmp","proceed","proceed","serialize","serialize","size","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","valid_ranges","valid_ranges","vzip","vzip","vzip","vzip","vzip","entry","size","valid_ranges","child","child","children","hash","hash","hash","id","id","id","offset","size","size","valid_ranges","BadRequest","GetError","Io","LocalFailure","NoncompliantNode","NotFound","RemoteReset","borrow","borrow_mut","fmt","fmt","from","from","from","from","from","from","from","from","from","from","into","into_arc_any","source","to_string","try_from","try_into","type_id","vzip","AtBlobContent","AtBlobHeader","AtBlobHeaderNextError","AtClosing","AtConnected","AtEndBlob","AtInitial","AtStartChild","AtStartRoot","BlobContentNext","Closed","Closing","Closing","ConnectedNext","ConnectedNextError","DecodeError","Done","EndBlobNext","Io","Io","Io","LeafHashMismatch","LeafNotFound","More","MoreChildren","NotFound","NotFound","ParentHashMismatch","ParentNotFound","PostcardSer","Read","Read","RequestTooBig","StartChild","StartRoot","Write","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","child_offset","concatenate_into_vec","concatenate_into_vec","drain","drain","finish","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","new","next","next","next","next","next","next","next","next","offset","offset","ranges","ranges","ranges","source","source","start","to_string","to_string","to_string","tree","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_all","write_all","write_all_batch","write_all_batch","write_all_with_outboard","write_all_with_outboard","BlobProgress","BlobState","Done","Pending","ProgressId","Progressing","TransferState","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","child_count","children","clone","clone","clone","clone_into","clone_into","clone_into","connected","current","default","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","get_blob","get_current","hash","into","into","into","into_arc_any","into_arc_any","into_arc_any","local_ranges","new","new","on_progress","progress","progress_id_to_blob","root","root","serialize","serialize","serialize","size","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","get_chunk_probe","get_hash_seq_and_sizes","get_unverified_size","get_verified_size","random_hash_seq_ranges","HashSeq","HashSeqIter","HashSeqStream","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","fmt","fmt","fmt","from","from","from","from_iter","get","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_fallible","into_inner","into_iter","into_iter","is_empty","iter","len","new","next","next","parse_hash_seq","pop_front","progress_with","skip","to_owned","to_owned","to_owned","transpose_into_fallible","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Metrics","__clone_box","borrow","borrow_mut","clone","clone_into","default","download_bytes_total","download_time_total","downloader_tick_connection_ready","downloader_tick_goodbye_node","downloader_tick_main","downloader_tick_message_received","downloader_tick_retry_node","downloader_tick_transfer_completed","downloader_tick_transfer_failed","downloads_error","downloads_notfound","downloads_success","fmt","from","into","into_arc_any","iter","name","to_owned","try_from","try_into","type_id","vzip","BatchId","BlobDownloadRequest","Blobs","Builder","Direct","DownloadMode","ProtectCb","Queued","__clone_box","__clone_box","__clone_box","accept","add_protected","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","client","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","deserialize","deserialize","deserialize","downloader","endpoint","eq","equivalent","equivalent","equivalent","equivalent","events","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","handle_rpc_request","hash","hash","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","memory","mode","new","nodes","partial_cmp","persistent","rt","serialize","serialize","serialize","shutdown","start_gc","store","tag","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","ALPN","Closed","EMPTY","Get","GetRequest","MAX_MESSAGE_SIZE","NonEmptyRequestRangeSpecIter","ProviderTerminating","RangeSpec","RangeSpecSeq","Request","RequestReceived","StreamDropped","UnknownErrorCode","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","all","all","as_single","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","deserialize","deserialize","deserialize","deserialize","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ranges","from_ranges_infinite","hash","hash","hash","hash","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_fallible","into_iter","is_all","is_empty","iter","iter_non_empty","last_chunk","last_chunks","new","new","new","next","progress_with","ranges","reason","serialize","serialize","serialize","serialize","single","to_chunk_ranges","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Abort","Abort","AddProgress","AllDone","BatchAddPathProgress","ClientConnected","CustomEventSender","Done","Done","Event","EventSender","Found","Found","GetRequestReceived","NotFound","Progress","Progress","ResponseWriter","Sent","SentStatus","TaggedBlobAdded","TransferAborted","TransferBlobCompleted","TransferCompleted","TransferHashSeqStarted","TransferProgress","TransferStats","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","deserialize","deserialize","duration","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","handle_connection","handle_get","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","new","read","read_request","send","send","send","send_blob","serialize","serialize","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_send","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","format","hash","hash","id","id","id","name","offset","size","tag","hash","offset","size","connection_id","connection_id","connection_id","connection_id","connection_id","connection_id","connection_id","end_offset","format","hash","hash","hash","hash","index","num_blobs","request_id","request_id","request_id","request_id","request_id","request_id","size","stats","stats","tag","client","proto","blobs","tags","AddDirOpts","AddFileOpts","AddOutcome","AddProgress","AddReaderOpts","All","AtMost","Batch","BlobInfo","BlobStatus","Client","CollectionInfo","Complete","DownloadMode","DownloadOptions","DownloadOutcome","DownloadProgress","Exact","ExportOutcome","ExportProgress","IncompleteBlobInfo","MemClient","NoWrap","NotFound","Partial","ReadAtLen","Reader","Wrap","WrapOption","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_blob_seq","add_bytes","add_bytes","add_bytes_named","add_bytes_with_opts","add_collection","add_dir","add_dir_with_opts","add_file","add_file_with_opts","add_from_path","add_reader","add_reader","add_reader_with_opts","add_stream","add_stream","add_stream_with_opts","as_result_len","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain","chain","chain","chain","chunk_size","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","create_collection","default","default","default","default","default","delete_blob","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","download","download_hash_seq","download_with_opts","downloaded_size","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expected_size","export","finish","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_rpc_read","get_collection","has","hash","hash","hash","hash","import_mode","import_mode","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","into_future","into_future","into_stream","into_stream","into_stream","into_stream","io_parallelism","is_complete","join","join","join","list","list_collections","list_incomplete","load","local_size","merge","merge","merge","merge","mode","new","new","new","nodes","path","persist","persist_to","persist_with_opts","poll","poll","poll","poll_next","poll_next","poll_next","poll_next","poll_read","race","race","race","ratelimit_stream","ratelimit_stream","ratelimit_stream","ratelimit_stream","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","ratelimit_stream_with_jitter","read","read_at","read_at_to_bytes","read_to_bytes","read_to_bytes","serialize","serialize","serialize","serialize","serialize","serialize","serialize","size","size","size","size","size_hint","stats","status","tag","tag","tag","tags","temp_tag","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","total_blobs_count","total_blobs_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","try_poll","try_poll","try_poll_next","try_poll_next","try_poll_next","try_poll_next","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","validate","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","zip","zip","zip","zip","size","size","name","Client","MemClient","TagInfo","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","delete","deserialize","fmt","fmt","format","from","from","hash","into","into","into_arc_any","into_arc_any","list","list_hash_seq","name","new","serialize","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Blobs","Blobs","Err","Ok","Request","Response","RpcError","RpcResult","RpcService","Tags","Tags","__clone_box","blobs","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deserialize","deserialize","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into_arc_any","into_arc_any","into_arc_any","serialize","serialize","tags","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Abort","Abort","Abort","AddPath","AddPath","AddPathRequest","AddPathResponse","AddStream","AddStream","AddStreamRequest","AddStreamResponse","AddStreamUpdate","AddStreamUpdate","BatchAddPath","BatchAddPath","BatchAddPathRequest","BatchAddPathResponse","BatchAddStream","BatchAddStream","BatchAddStreamRequest","BatchAddStreamResponse","BatchAddStreamUpdate","BatchAddStreamUpdate","BatchCreate","BatchCreate","BatchCreateRequest","BatchCreateResponse","BatchCreateTempTag","BatchCreateTempTagRequest","BatchUpdate","BatchUpdate","BlobStatus","BlobStatus","BlobStatusRequest","BlobStatusResponse","Chunk","Chunk","ConsistencyCheckRequest","CreateCollection","CreateCollection","CreateCollectionRequest","CreateCollectionResponse","Data","Delete","DeleteRequest","Download","Download","DownloadResponse","Drop","Entry","Export","Export","ExportRequest","ExportResponse","Fsck","Fsck","Id","List","List","ListIncomplete","ListIncomplete","ListIncompleteRequest","ListRequest","OutboardProgress","Ping","ReadAt","ReadAt","ReadAtRequest","ReadAtResponse","Request","Response","Result","Validate","Validate","ValidateRequest","__clone_box","__clone_box","__clone_box","batch","batch","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","collection","content","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","hash","hash","import_mode","in_place","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","len","mode","offset","path","path","path","repair","repair","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","tag","tag","tag","tag","tags_to_delete","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wrap","hash","offset","chunk","is_complete","size","Create","Create","CreateRequest","DeleteRequest","DeleteTag","DeleteTag","Full","ListRequest","ListTags","ListTags","None","Request","Response","Set","SetRequest","SyncMode","all","batch","batch","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash_seq","hash_seq","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","name","name","raw","raw","serialize","serialize","serialize","serialize","serialize","serialize","serialize","sync","sync","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Abort","Abort","AllDone","BaoBatchWriter","BaoBlobSize","Blob","Collection","Complete","ConsistencyCheckProgress","Copy","Copy","CopyProgress","CustomDebug","CustomDebug","CustomWarning","CustomWarning","DbIter","Done","Done","Entry","Entry","EntryDone","EntryMut","EntryProgress","EntryStatus","Error","Error","Error","Event","ExportFormat","ExportMode","ExportProgress","ExportProgressCb","Found","GcCompleted","GcConfig","GcMarkEvent","GcStarted","GcSweepEvent","ImportMode","ImportProgress","Info","Map","MapEntry","MapEntryMut","MapMut","NotFound","OutboardDone","OutboardProgress","Partial","PartialEntry","PartialEntryDone","PartialEntryProgress","Progress","ReadableStore","ReportLevel","Size","Start","Start","Starting","Store","Trace","TryReference","TryReference","Unverified","Update","ValidateProgress","Verified","Warn","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","bao_tree","batch_writer","blobs","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","consistency_check","create_tag","data_reader","default","default","default","delete","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","done_callback","entry_status","entry_status_sync","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","export","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","fs","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_reader","import_reader","import_stream","insert_complete","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","is_complete","mem","new","outboard","partial_blobs","partial_cmp","period","range_collections","readonly_mem","serialize","serialize","serialize","serialize","serialize","serialize","serialize","set_tag","shutdown","size","sync","sync","tags","temp_tag","temp_tags","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","validate","validate","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_batch","entry","level","message","hash","id","id","id","offset","path","stable","hash","id","id","id","id","id","name","offset","offset","size","error","hash","hash","id","id","id","id","id","id","offset","offset","path","path","ranges","size","size","total","ALWAYS_INLINE","BatchOptions","Entry","InlineOptions","NO_INLINE","Options","PathOptions","Store","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","batch","batch_writer","blobs","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","consistency_check","create_tag","data_path","data_reader","default","default","delete","dump","entry_status","entry_status_sync","export","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","inline","insert_complete","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","is_complete","load","max_data_inlined","max_outboard_inlined","max_read_batch","max_read_duration","max_write_batch","max_write_duration","new","outboard","owned_data_path","owned_outboard_path","partial_blobs","path","set_tag","shutdown","size","sync","tags","temp_path","temp_tag","temp_tags","to_owned","to_owned","to_owned","to_owned","to_owned","transform_entries","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","update_inline_options","vzip","vzip","vzip","vzip","vzip","Entry","Store","__clone_box","__clone_box","batch_writer","blobs","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consistency_check","create_tag","data_reader","default","delete","entry_status","entry_status_sync","export","fmt","fmt","from","from","gc_run","get","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","insert_complete","into","into","into_arc_any","into_arc_any","is_complete","new","outboard","partial_blobs","set_tag","shutdown","size","sync","tags","temp_tag","temp_tags","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Entry","Store","__clone_box","__clone_box","batch_writer","blobs","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consistency_check","create_tag","data_reader","default","delete","entry_status","entry_status_sync","export","fmt","fmt","from","from","from_iter","gc_run","get","get_content","get_mut","get_or_create","hash","import_bytes","import_file","import_stream","insert","insert_complete","insert_many","into","into","into_arc_any","into_arc_any","is_complete","new","outboard","partial_blobs","set_tag","shutdown","size","sync","tags","temp_tag","temp_tags","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Auto","File","Mem","MemOrFile","Named","SetTagOption","SparseMemFile","Tag","TagCounter","TagDrop","TempTag","__clone_box","__clone_box","as_bytes","as_bytes","as_ref","as_ref","as_weak","auto","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","compare","compare","default","default","deref","deserialize","deserialize","drop","encode_hex","encode_hex_upper","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fixed_width","fixed_width","flush","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from_bytes","from_bytes","fs","hash","hash_and_format","inner","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_parts","io","is_mem","leak","local_pool","map_file","map_mem","mem","new","new","on_create","on_drop","partial_cmp","partial_cmp","persist","progress","read_at","read_at","serialize","serialize","size","size","size","temp_tag","to_owned","to_owned","to_string","total_bytes","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_map_file","type_id","type_id","type_id","type_id","type_id","type_name","type_name","vzip","vzip","vzip","vzip","vzip","write_at","DataSource","PathContent","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","canonicalized_path_to_string","clone","clone","clone_into","clone_into","cmp","compare","eq","equivalent","equivalent","equivalent","equivalent","files","fmt","fmt","from","from","from","from","into","into","into_arc_any","into_arc_any","key_to_path","load_secret_key","name","new","partial_cmp","path","path_content_info","path_to_key","relative_canonicalized_path_to_string","scan_dir","scan_path","size","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_name","TrackingReader","TrackingWriter","borrow","borrow","borrow_mut","borrow_mut","bytes_read","bytes_written","fmt","fmt","from","from","into","into","into_arc_any","into_arc_any","into_parts","into_parts","new","new","poll_flush","poll_shutdown","poll_write","read","read_bytes","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Cancelled","Config","LocalPool","LocalPoolHandle","LogAndContinue","PanicMode","Run","Shutdown","SpawnError","__clone_box","__clone_box","__clone_box","abort","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cancelled","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deref","drop","eq","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","handle","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_future","join","new","panic_mode","poll","race","shutdown","single","spawn","spawn_detached","thread_name_prefix","threads","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_poll","try_spawn","try_spawn_detached","try_spawn_detached_boxed","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","waiting_tasks","AsyncChannelProgressSender","BoxedProgressSender","Err","FallibleProgressSliceWriter","IdGenerator","IgnoreProgressSender","Msg","Ok","ProgressSendError","ProgressSendResult","ProgressSender","ProgressSliceWriter","ReceiverDropped","WithFilterMap","WithMap","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","blocking_send","blocking_send","blocking_send","blocking_send","blocking_send","blocking_send","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_arc_any","into_inner","into_inner","new","new","new","new_id","new_id","new_id","new_id","new_id","new_id","same_channel","send","send","send","send","send","send","set_len","set_len","sync","sync","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_send","try_send","try_send","try_send","try_send","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_filter_map","with_map","write_at","write_at","write_bytes_at","write_bytes_at"],"q":[[0,"iroh_blobs"],[137,"iroh_blobs::cli"],[382,"iroh_blobs::cli::BlobCommands"],[406,"iroh_blobs::cli::BlobSourceIroh"],[408,"iroh_blobs::cli::DeleteCommands"],[409,"iroh_blobs::cli::tags"],[434,"iroh_blobs::cli::tags::TagCommands"],[436,"iroh_blobs::downloader"],[634,"iroh_blobs::export"],[660,"iroh_blobs::export::ExportProgress"],[668,"iroh_blobs::format"],[669,"iroh_blobs::format::collection"],[705,"iroh_blobs::get"],[762,"iroh_blobs::get::db"],[866,"iroh_blobs::get::db::BlobInfo"],[869,"iroh_blobs::get::db::DownloadProgress"],[882,"iroh_blobs::get::error"],[911,"iroh_blobs::get::fsm"],[1140,"iroh_blobs::get::progress"],[1227,"iroh_blobs::get::request"],[1232,"iroh_blobs::hashseq"],[1295,"iroh_blobs::metrics"],[1325,"iroh_blobs::net_protocol"],[1435,"iroh_blobs::protocol"],[1605,"iroh_blobs::provider"],[1744,"iroh_blobs::provider::AddProgress"],[1754,"iroh_blobs::provider::BatchAddPathProgress"],[1757,"iroh_blobs::provider::Event"],[1782,"iroh_blobs::rpc"],[1784,"iroh_blobs::rpc::client"],[1786,"iroh_blobs::rpc::client::blobs"],[2206,"iroh_blobs::rpc::client::blobs::BlobStatus"],[2208,"iroh_blobs::rpc::client::blobs::WrapOption"],[2209,"iroh_blobs::rpc::client::tags"],[2249,"iroh_blobs::rpc::proto"],[2372,"iroh_blobs::rpc::proto::blobs"],[2992,"iroh_blobs::rpc::proto::blobs::BatchAddStreamResponse"],[2994,"iroh_blobs::rpc::proto::blobs::ReadAtResponse"],[2997,"iroh_blobs::rpc::proto::tags"],[3142,"iroh_blobs::store"],[3481,"iroh_blobs::store::ConsistencyCheckProgress"],[3484,"iroh_blobs::store::ExportProgress"],[3491,"iroh_blobs::store::ImportProgress"],[3501,"iroh_blobs::store::ValidateProgress"],[3518,"iroh_blobs::store::fs"],[3644,"iroh_blobs::store::mem"],[3704,"iroh_blobs::store::readonly_mem"],[3768,"iroh_blobs::util"],[3914,"iroh_blobs::util::fs"],[3968,"iroh_blobs::util::io"],[4001,"iroh_blobs::util::local_pool"],[4114,"iroh_blobs::util::progress"],[4277,"dyn_clone::sealed"],[4278,"iroh_base::hash"],[4279,"core::cmp"],[4280,"core::result"],[4281,"serde::de"],[4282,"core::iter::traits::collect"],[4283,"core::option"],[4284,"core::fmt"],[4285,"alloc::string"],[4286,"iroh_blake3"],[4287,"core::hash"],[4288,"alloc::sync"],[4289,"core::any"],[4290,"core::convert"],[4291,"serde::ser"],[4292,"redb::types"],[4293,"iroh_base::node_addr"],[4294,"anyhow"],[4295,"alloc::vec"],[4296,"futures_core::stream"],[4297,"core::marker"],[4298,"clap_builder::builder::command"],[4299,"clap_builder::parser::matches::arg_matches"],[4300,"clap_builder"],[4301,"clap_builder::util::id"],[4302,"futures_lite::future"],[4303,"iroh_base::key"],[4304,"core::clone"],[4305,"futures_concurrency::future::join::tuple"],[4306,"core::future::into_future"],[4307,"core::future::future"],[4308,"iroh::endpoint"],[4309,"iroh_blobs::store::traits"],[4310,"core::pin"],[4311,"core::task::wake"],[4312,"core::task::poll"],[4313,"futures_concurrency::future::race::tuple"],[4314,"std::path"],[4315,"core::iter::traits::iterator"],[4316,"bytes::bytes"],[4317,"alloc::collections::btree::map"],[4318,"core::iter::traits::double_ended"],[4319,"iroh_quinn::send_stream"],[4320,"bao_tree::io::error"],[4321,"iroh_quinn_proto::connection"],[4322,"iroh_quinn::recv_stream"],[4323,"postcard::error"],[4324,"core::error"],[4325,"std::io::error"],[4326,"iroh_quinn::connection"],[4327,"core::ops::function"],[4328,"bao_tree"],[4329,"iroh_quinn_proto::connection::streams"],[4330,"bao_tree::io"],[4331,"iroh_io"],[4332,"bao_tree::io::fsm"],[4333,"bao_tree::tree"],[4334,"iroh_blobs::protocol::range_spec"],[4335,"rand::rng"],[4336,"fallible_iterator"],[4337,"indicatif::progress_bar"],[4338,"indicatif::iter"],[4339,"alloc::vec::into_iter"],[4340,"quic_rpc::server"],[4341,"iroh_quinn_proto::varint"],[4342,"iroh_io::stats"],[4343,"iroh_blobs::rpc::client::blobs::batch"],[4344,"quic_rpc"],[4345,"tokio::io::async_read"],[4346,"futures_concurrency::stream::chain::tuple"],[4347,"futures_concurrency::stream::into_stream"],[4348,"quic_rpc::client"],[4349,"futures_concurrency::stream::merge::tuple"],[4350,"tokio::io::read_buf"],[4351,"governor::state::direct"],[4352,"governor::state"],[4353,"governor::state::direct::streams"],[4354,"governor::clock::with_std"],[4355,"governor::middleware"],[4356,"governor::jitter"],[4357,"futures_concurrency::stream::zip::tuple"],[4358,"alloc::collections::btree::set"],[4359,"alloc::boxed"],[4360,"iroh_blobs::util::mem_or_file"],[4361,"iroh_blobs::util::sparse_mem_file"],[4362,"std::time"],[4363,"core::default"],[4364,"range_collections::range_set"],[4365,"positioned_io"],[4366,"std::fs"],[4367,"alloc::borrow"],[4368,"tokio::io::async_write"],[4369,"async_channel"]],"i":[0,0,3,0,0,7,0,7,0,0,3,7,8,3,3,8,3,3,3,3,7,8,3,7,8,0,3,7,8,3,7,8,3,7,8,3,3,7,8,7,3,7,8,0,3,3,3,7,8,3,3,3,3,7,7,7,7,8,8,8,8,0,3,8,3,3,7,7,8,8,3,0,8,3,3,3,3,7,8,8,3,3,8,3,8,0,3,7,8,8,8,0,3,7,8,3,7,8,7,7,0,0,3,8,3,7,8,0,0,8,0,3,7,8,0,3,3,7,8,3,7,8,3,7,8,3,7,8,3,7,8,3,8,0,3,7,8,47,50,0,0,0,0,49,49,47,47,0,47,47,48,49,47,0,32,34,0,37,51,34,0,0,47,37,32,51,48,0,0,47,47,48,38,49,50,37,32,34,51,0,0,0,38,38,47,49,50,47,49,50,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,51,47,48,38,49,50,37,32,34,51,0,37,51,37,37,37,37,51,51,51,51,38,47,48,48,38,49,50,37,37,32,34,39,53,51,51,47,48,38,49,50,37,37,32,34,39,53,51,51,47,38,49,50,47,38,49,50,48,38,47,49,50,39,38,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,39,38,0,47,49,50,0,39,38,0,47,48,38,49,50,37,32,34,51,48,37,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,48,38,49,50,37,32,34,39,53,51,47,38,49,50,47,38,49,50,0,47,48,38,49,50,37,32,34,39,53,51,38,340,341,340,342,340,341,343,341,342,341,341,341,342,340,341,344,345,343,341,342,341,341,344,345,346,346,347,58,58,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,348,348,67,64,67,64,68,0,76,73,0,0,64,0,0,0,0,67,0,0,0,0,0,68,73,64,0,67,62,63,21,64,60,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,60,62,63,21,64,60,62,63,21,64,60,62,62,65,66,62,21,62,62,62,62,21,21,21,21,62,62,67,68,65,66,63,21,21,64,64,61,60,21,62,67,67,68,65,66,63,21,21,64,61,60,73,62,21,21,21,66,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,61,76,61,65,65,65,65,66,63,60,76,60,62,76,61,75,63,60,76,61,62,63,21,64,60,62,21,64,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,61,62,67,68,65,66,63,21,64,61,60,62,67,68,65,66,63,21,64,61,60,60,94,94,94,0,94,94,94,94,94,94,94,94,0,0,0,94,94,94,94,94,94,94,94,94,94,94,349,349,350,351,349,350,349,349,0,0,102,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,104,102,102,102,102,102,102,102,102,102,102,102,102,102,115,115,115,0,115,0,115,90,90,115,90,115,90,90,90,90,0,90,90,90,90,90,90,90,90,0,90,115,115,90,115,115,115,115,115,115,115,0,90,115,90,115,90,0,0,90,115,90,115,90,115,90,115,90,115,90,115,57,57,0,0,126,128,124,57,57,0,57,57,57,0,0,57,124,128,124,57,126,124,57,126,0,127,128,124,57,126,127,128,124,57,126,124,57,126,124,57,126,126,126,57,126,126,126,126,126,126,127,128,124,57,126,127,128,124,57,57,126,0,0,126,127,128,124,57,126,124,57,126,124,126,127,127,57,126,124,124,57,126,127,128,124,57,126,127,128,124,57,126,127,128,124,57,126,0,124,127,128,124,57,126,352,353,352,354,355,356,354,355,356,355,357,358,357,354,355,354,70,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,0,0,0,0,0,0,0,0,0,135,147,109,0,0,0,148,0,135,139,138,138,138,148,109,139,138,138,138,135,139,138,135,147,147,135,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,146,147,135,108,140,141,139,143,138,148,142,109,144,140,141,143,141,143,108,140,143,145,146,147,135,135,108,140,141,139,139,143,138,138,148,142,109,144,145,146,147,147,147,147,135,135,135,108,140,141,139,143,138,138,138,138,148,148,148,142,109,109,109,144,108,141,143,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,145,146,108,140,141,143,142,144,141,143,108,140,141,135,138,0,135,139,138,143,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,146,147,135,108,140,141,139,143,138,148,142,109,144,145,146,147,135,108,140,141,139,143,138,148,142,109,144,141,143,141,143,141,143,0,0,157,157,0,157,0,155,156,157,155,156,157,155,156,157,156,155,155,156,157,155,156,157,155,155,157,155,156,157,155,156,157,155,155,155,155,156,156,156,156,157,157,157,157,155,156,157,155,156,157,155,155,156,155,156,157,155,156,157,156,155,156,155,156,155,155,155,155,156,157,156,155,156,157,155,156,157,155,156,157,155,156,157,155,156,157,0,0,0,0,0,0,0,0,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,161,162,110,110,110,161,162,110,161,162,162,110,110,162,110,110,110,110,161,162,0,110,162,161,110,161,162,162,110,110,161,162,110,161,162,110,161,162,110,161,162,0,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,0,0,0,0,177,0,0,177,176,177,178,170,170,170,174,176,177,178,170,174,176,177,178,174,170,170,176,177,178,176,177,178,178,178,176,177,178,170,170,178,178,178,178,178,174,170,174,176,177,178,176,170,174,176,177,178,170,178,176,170,174,176,177,178,170,174,176,177,178,170,176,170,176,178,170,170,176,177,178,170,170,170,176,176,177,178,170,174,176,176,176,176,176,177,178,170,174,176,177,178,170,174,176,177,178,170,174,176,177,178,0,0,190,191,0,0,0,192,0,0,0,192,192,0,190,159,191,150,192,190,159,150,159,190,159,193,191,150,192,194,190,159,193,191,150,192,194,190,159,191,150,192,190,159,191,150,192,190,159,191,150,159,190,159,191,150,192,190,190,190,190,159,159,159,159,191,191,191,191,150,150,150,150,192,192,192,192,190,159,193,191,150,192,194,194,190,159,193,191,191,150,192,194,159,159,190,159,192,150,190,159,193,191,150,192,194,190,159,193,191,150,192,194,193,193,190,190,159,159,150,150,190,159,150,193,193,150,192,190,159,191,150,150,190,190,159,191,150,192,194,193,190,159,193,191,150,192,192,194,190,159,193,191,150,192,194,190,159,193,191,150,192,194,190,159,193,191,150,192,194,43,200,0,43,0,197,0,43,200,0,0,43,200,197,199,43,200,0,199,0,197,197,197,197,197,197,0,197,198,179,199,197,198,43,200,179,201,199,197,198,43,200,179,201,199,197,198,179,199,197,198,179,199,198,179,43,200,198,199,199,199,199,199,197,198,43,200,179,201,199,197,198,43,43,43,200,179,179,201,199,0,0,197,198,43,200,179,201,199,197,198,43,200,179,201,199,179,198,0,204,179,198,0,43,200,197,198,179,199,197,198,43,200,179,201,199,197,198,43,200,179,201,199,204,179,197,198,43,200,179,201,199,197,198,43,200,179,201,199,359,360,359,361,362,360,361,362,361,359,363,364,365,366,367,368,369,370,371,372,369,373,373,367,369,370,370,368,367,368,369,370,371,372,370,371,372,373,0,0,0,0,0,0,0,0,0,218,218,0,0,0,0,0,221,0,0,0,0,218,0,0,0,0,35,221,221,0,0,35,0,214,213,217,30,218,35,221,211,222,223,224,209,209,30,30,209,209,209,209,209,209,30,209,30,209,209,30,209,218,30,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,215,229,230,231,217,214,213,217,30,218,35,221,211,222,223,224,214,213,217,30,218,35,221,211,222,223,224,30,30,214,213,217,218,35,30,218,35,221,226,227,228,224,30,30,30,222,221,223,221,221,221,221,223,223,223,223,228,30,215,229,230,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,214,217,211,224,209,214,213,217,30,218,35,221,221,211,226,227,228,215,222,229,223,230,231,224,231,30,30,211,226,227,228,214,213,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,222,223,231,224,215,229,230,215,229,230,231,213,231,215,229,230,30,30,30,30,222,215,229,230,231,224,30,229,230,224,227,209,209,209,215,229,230,215,229,230,231,231,215,229,230,215,229,230,231,215,229,230,231,30,30,30,30,231,218,35,221,226,227,228,224,231,211,227,228,231,222,30,211,226,224,30,209,214,213,217,30,218,35,221,211,222,223,224,226,226,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,215,229,230,215,229,230,231,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,30,209,214,213,217,30,218,35,221,211,226,227,228,215,222,229,223,230,231,224,213,215,229,230,231,374,375,376,0,0,0,59,59,245,59,245,59,59,59,245,59,245,245,59,245,245,59,245,59,245,59,59,245,59,245,59,59,245,245,245,245,245,59,245,59,245,59,245,180,246,271,271,0,0,0,0,0,180,246,181,0,181,180,246,181,180,246,181,181,180,246,181,180,246,181,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,181,180,246,181,180,246,180,246,0,181,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,271,181,180,246,181,180,246,181,180,246,181,180,246,262,269,274,189,277,0,0,189,277,0,0,0,189,189,277,0,0,189,277,0,0,0,189,189,277,0,0,189,0,0,189,189,277,0,0,262,269,0,189,277,0,0,276,189,0,189,277,0,265,276,189,277,0,0,189,277,275,189,277,189,277,0,0,274,265,189,277,0,0,0,0,274,189,277,0,129,248,101,258,263,254,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,129,248,101,129,248,101,253,258,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,189,189,277,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,248,263,254,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,189,277,277,277,277,277,277,277,277,277,277,277,277,277,277,277,251,203,129,129,248,101,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,232,256,265,275,258,263,269,274,254,273,248,250,261,272,257,254,251,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,250,248,250,251,248,254,255,252,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,251,260,253,272,253,129,248,101,189,277,189,189,189,277,277,277,251,251,251,251,251,203,203,203,203,203,129,129,129,129,129,248,248,248,248,248,101,101,101,101,101,255,255,255,255,255,252,252,252,252,252,264,264,264,264,264,266,266,266,266,266,250,250,250,250,250,276,260,260,260,260,260,262,262,262,262,262,202,202,202,202,202,261,261,261,261,261,253,253,253,253,253,272,257,257,257,257,257,232,256,256,256,256,256,265,265,265,265,265,275,275,275,275,275,258,258,258,258,258,263,263,263,263,263,269,269,269,269,269,274,274,274,274,274,254,254,254,254,254,273,273,273,273,273,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,189,277,251,203,129,248,101,255,252,264,266,250,276,260,262,202,261,253,272,257,232,256,265,275,258,263,269,274,254,273,251,377,378,379,380,380,249,247,0,0,249,247,278,0,249,247,278,0,0,249,0,0,259,268,270,249,247,278,268,270,259,267,249,247,278,268,270,259,267,278,249,247,278,268,270,259,267,249,249,247,247,278,268,270,259,267,249,249,249,249,249,247,247,247,247,278,268,270,259,267,259,259,249,247,278,268,270,259,267,249,247,278,268,270,259,267,270,267,259,259,249,247,278,268,270,259,267,268,270,249,247,249,249,249,247,247,247,278,268,268,268,268,268,270,270,270,270,270,259,259,259,259,259,267,267,267,267,267,249,247,278,268,270,259,267,249,247,278,268,270,259,267,268,270,249,247,278,268,270,259,267,225,243,243,0,0,96,96,282,0,283,97,293,291,292,291,292,0,294,225,243,107,243,289,243,0,291,292,284,0,0,0,0,0,293,285,0,0,285,0,0,0,284,0,0,0,0,282,293,293,282,243,243,243,294,0,0,293,294,225,243,0,284,283,97,133,225,0,133,284,282,133,283,97,96,284,285,0,279,280,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,283,97,96,284,285,282,133,283,97,96,284,285,284,284,280,86,287,283,97,96,86,133,283,97,96,284,225,243,188,289,289,282,133,283,97,284,285,282,282,282,282,133,133,133,133,283,283,283,283,97,97,97,97,284,284,284,284,285,285,285,285,280,282,133,188,291,292,293,283,97,96,294,284,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,0,86,107,289,289,287,86,86,86,86,86,289,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,291,292,293,283,97,96,294,284,225,243,285,287,0,133,287,280,284,188,0,0,133,283,97,96,284,225,243,86,86,287,153,86,280,86,280,282,133,283,97,96,284,285,284,282,133,188,291,292,293,283,97,96,294,284,225,225,225,225,225,243,243,243,243,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,282,133,188,291,292,293,283,97,96,294,284,225,243,285,86,86,133,282,133,188,291,292,293,283,97,96,294,284,225,243,285,153,381,381,381,382,382,383,384,383,382,382,385,386,387,388,389,385,386,387,389,388,390,391,392,391,393,390,392,394,395,393,394,391,392,395,391,392,396,300,0,0,0,300,0,0,0,300,301,302,303,186,303,299,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,186,186,301,299,300,302,186,186,186,186,186,300,301,302,303,186,300,301,302,303,186,186,186,186,186,299,186,186,186,303,186,300,301,302,303,186,300,301,302,303,186,299,186,300,300,302,302,302,302,186,299,186,186,186,303,186,186,299,186,186,301,186,186,300,301,302,303,186,186,300,301,302,303,186,300,301,302,303,186,300,301,302,303,186,186,300,301,302,303,186,0,0,185,305,305,185,185,305,185,305,185,305,185,305,185,185,305,185,185,185,185,185,185,305,185,305,185,185,185,185,305,185,185,185,185,185,305,185,305,305,185,305,185,185,185,305,185,185,185,185,185,305,185,305,185,305,185,305,185,305,0,0,307,306,306,307,307,306,307,306,307,306,307,306,307,307,306,307,307,307,307,307,307,306,307,306,307,307,307,307,307,307,306,307,307,307,307,307,307,307,306,307,306,306,307,306,307,307,307,306,307,307,307,307,307,306,307,306,307,306,307,306,307,306,33,308,308,0,33,0,0,0,0,0,0,212,33,212,212,308,309,310,212,308,309,212,212,33,113,308,309,212,33,113,212,33,212,33,212,33,212,212,212,33,308,309,309,212,33,113,309,309,212,33,212,212,212,212,33,33,33,33,212,212,309,308,309,212,212,33,113,113,308,309,309,212,212,212,212,33,113,212,212,0,113,113,113,308,309,212,33,113,308,309,212,33,113,309,0,308,113,0,308,308,308,309,113,310,311,212,33,309,0,308,309,212,33,308,308,309,310,212,33,212,0,308,309,212,33,113,308,309,309,212,33,113,308,308,309,212,33,113,212,212,308,309,212,33,113,309,0,0,319,320,319,320,319,320,0,319,320,319,320,319,319,319,319,319,319,319,320,319,320,319,319,319,320,319,320,319,320,0,0,319,319,319,319,0,0,0,0,0,320,319,320,319,320,319,320,319,320,319,320,319,0,0,323,324,323,324,323,324,323,324,323,324,323,324,323,324,323,324,323,324,324,324,324,323,323,323,324,323,324,323,324,323,324,331,0,0,0,329,0,0,329,0,85,329,330,327,328,85,329,330,331,327,328,85,329,330,331,327,328,85,329,330,85,329,330,328,330,328,328,329,329,329,329,329,328,328,85,329,330,331,331,327,328,85,329,330,331,327,328,328,85,329,330,331,327,328,85,329,330,331,327,327,327,328,330,327,327,328,328,85,85,330,330,85,329,330,331,328,85,329,330,331,327,328,85,329,330,331,327,327,85,85,85,328,85,329,330,331,327,328,85,329,330,331,327,85,0,0,332,0,0,0,99,332,0,0,0,0,137,0,0,286,333,334,335,91,137,99,286,333,334,335,91,286,333,334,335,91,137,336,337,286,333,334,335,91,137,336,337,99,286,333,334,335,91,137,286,333,334,335,91,137,333,286,333,334,335,91,137,137,336,337,286,333,334,335,91,137,336,337,286,333,334,335,91,137,336,337,286,333,334,335,91,137,336,337,336,337,91,336,337,100,286,333,334,335,91,91,99,286,333,334,335,91,336,337,336,337,286,333,334,335,91,137,137,286,333,334,335,91,137,336,337,286,333,334,335,91,137,336,337,99,286,333,334,335,91,286,333,334,335,91,137,336,337,286,333,334,335,91,137,336,337,99,99,336,337,336,337],"f":"``````````{{cb}d{}}00{{}}{f{{j{h}}}}1{f{{l{h}}}}10{ce{}{}}00000`{ff}{nn}{A`A`}{{ce}d{}{}}00{{ff}Ab}{{nn}Ab}{{A`A`}Ab}{{{l{h}}{l{h}}}Ab}{{ce}Ab{}{}}00{{}n}{c{{Ad{f}}}Af}{c{{Ad{n}}}Af}{c{{Ad{A`}}}Af}`{ce{}{{Aj{Ah}}}}0{{ff}Al}{{nn}Al}{{A`A`}Al}{{ce}Al{}{}}00000000000`{{}{{B`{An}}}}0{{fBb}{{Ad{dBd}}}}0{{nBb}{{Ad{dBd}}}}0{{A`Bb}{{Ad{dBd}}}}0{fBf}``{cc{}}{{{j{h}}}f}0{Bhf}2{BjA`}32{{{l{h}}}}0{Bl{{Ad{f}}}}{Bl{{Ad{A`}}}}`{{fc}dBn}{{nc}dBn}{{A`c}dBn}`{fA`}`{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{nAl}0``{cf{{Cd{{l{h}}}}}}{{fn}A`}{{ff}{{B`{Ab}}}}{{nn}{{B`{Ab}}}}{{A`A`}{{B`{Ab}}}}``8`{{fc}AdCf}{{nc}AdCf}{{A`c}AdCf}`{fBf};;;{cBf{}}00{c{{Ad{e}}}{}{}}00000{cCh{}}00{{}Cj}0`???`````````````````````````````````{{cb}d{}}00000000{{ClCnD`DbDdDf}{{Dh{d}}}}{{ClCnDjDl}{{Dh{d}}}}{c{{Dh{{Eb{fn{E`{Dn}}}}}}}{{Eh{}{{Ed{{Dh{Ef}}}}}}Ej}}{ElEl}0000000{ce{}{}}000000000000000000000{EnEn}{F`F`}{DlDl}{FbFb}{FdFd}{DjDj}{D`D`}{DdDd}{FfFf}{{ce}d{}{}}00000000{{ClhAl}{{Dh{d}}}}{{DjDj}Al}{{FfFf}Al}{{ce}Al{}{}}0000000`{{EnBb}Fh}{{F`Bb}Fh}0{{DlBb}Fh}{{FbBb}Fh}{{FdBb}Fh}{{DjBb}Fh}0{{D`Bb}Fh}{{DdBb}Fh}{{DnBb}Fh}{{FjBb}Fh}{{FfBb}Fh}0{cc{}}00000{BfDj}1111{BfFf}2{Fl{{Ad{EnFn}}}}{Fl{{Ad{DlFn}}}}{Fl{{Ad{FbFn}}}}{Fl{{Ad{FdFn}}}}3210{Bl{{Ad{F`c}}}{}}{{}{{B`{G`}}}}{BlAl}00``{ce{}{}}0000000000{{{C`{c}}}{{C`{Cb}}}{}}0000000000``{{fn{E`{Dn}}}d}{{EnClCn}{{Dh{d}}}}{{FbCl}{{Dh{d}}}}{{FdCl}{{Dh{d}}}}{{fc}{{Dh{d}}}{{Eh{}{{Ed{{Dh{Gb}}}}}}Ej}}```666666666{cBf{}}00{c{{Ad{e}}}{}{}}000000000000000000000{cCh{}}0000000000{{EnFl}{{Ad{dFn}}}}{{DlFl}{{Ad{dFn}}}}{{FbFl}{{Ad{dFn}}}}{{FdFl}{{Ad{dFn}}}}3210{{ClhAl}{{Dh{d}}}}>>>>>>>>>>>```````````````````````````````{{cb}d{}}{ElEl}0{ce{}{}}0{GdGd}{{ce}d{}{}}{{GdBb}Fh}{cc{}}{Fl{{Ad{GdFn}}}}0{BlAl}6{{{C`{c}}}{{C`{Cb}}}{}}{{GdGf}{{Dh{d}}}}8{c{{Ad{e}}}{}{}}0{cCh{}}{{GdFl}{{Ad{dFn}}}}0;````````````````````````````=====;;;;;;;;;;;;;;;;;;;;{{GhGj}d}{GlGl}{GnGn}{BjBj}{H`H`}{GhGh}?????{{GlGl}Ab}{{ce}Ab{}{}}{{}Hb}{{}Hd}{{GlGl}Al}{{BjBj}Al}{{ce}Al{}{}}0000000{{GlBb}Fh}0{{HfBb}Fh}{{{Hh{c}}Bb}FhHj}{{HbBb}Fh}{{HdBb}Fh}{{GnBb}Fh}{{BjBb}Fh}0{{H`Bb}Fh}0{{GjBb}Fh}{{GhBb}Fh}{Bjn}{cc{}}{HlHf}111111{A`Bj}222`{{Glc}dBn}{{Bjc}dBn}{Bjf}{BjA`}`{ce{}{}}000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000{c{}{}}{{{Ih{}{{Hn{c}}}}Ij}AlIl}{{ce}{{In{g}}}{}J`Jb}`````{{cg}Gn{{Jd{Bj}}}{{Jd{Cn}}}{{Jf{}{{Ed{e}}}}}}{{cJhJj}GhJl}{{{Ih{}{{Hn{c}}}}}IjIl}{{Ghf{E`{Ij}}}d}{{GlGl}{{B`{Ab}}}}{{{Ih{}{{Hn{c}}}}}AnIl}{{{Jn{Gj}}K`}{{Kb{c}}}{}}{{Ifc}{{Id{{Ad{KdHf}}}}}{}}{{Gn{Kf{Gb}}}Gn}{{GhGn}Gj}{{{Ih{}{{Hn{c}}}}Ij}dIl}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}{ce{}{}}0000{cBf{}}00{c{{Ad{e}}}{}{}}0000000000000000000{{{Jn{c}}K`}Kb{}}{cCh{}}0000000004444444444{{cJhJjHbHd}GhJl}``````{{cb}d{}}66{KlKl}{{ce}d{}{}}{c{{Ad{Kl}}}Af}{{cfKnL`Lbe}{{Dh{d}}}Jl{{Lf{}{{Ld{Kl}}}}Lh}}{{cfKnLbe}{{Dh{d}}}Jl{{Lf{}{{Ld{Kl}}}}Lh}}0{{KlBb}Fh}{LjKl}{cc{}}>{{{C`{c}}}{{C`{Cb}}}{}}{{Klc}AdCf}{ce{}{}}??=0````````````;00{LlLl}:{{}Ll}{c{{Ad{Ll}}}Af}{{LlLl}Al}{{Llg}d{{Jd{Bf}}}{{Jd{f}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{LlBb}Fh}9{gLl{{Jd{Bf}}}{{Jd{f}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{LlAn}c{}}8:{Llc{}}{LlAl}{Ll{{`{{Ln{}{{Ed{{Eb{Bff}}}}}}}}}}{LlAn}{{M`f}{{`{{Jb{}{{Kj{{Dh{Mb}}}}}}Md}}}}{{fc}{{Dh{Ll}}}M`}{{cf}{{Dh{Ll}}}Mf}{{LlBff}d}{Mh{{Dh{{Eb{MjMlLl}}}}}}{Mh{{Dh{{Eb{Ll{N`{MnMb}}Kd}}}}}}{{Llc}AdCf}{{Llc}{{Dh{Nb}}}Jl}{Ll{{`{{Nd{}{{Ed{Mb}}}}}}}}{ce{}{}}{c{{Ad{e}}}{}{}}0{cCh{}}2```````{{cb}d{}}3333``{KdKd}{{ce}d{}{}}`{{}Kd}{c{{Ad{Kd}}}Af}`{{KdKd}Al}{{ce}Al{}{}}000`{{KdBb}Fh}{{NfBb}Fh}0{cc{}}{NhNf}{NjNf}2{NlNf}{NnNf}{O`Nf}{ObNf}`{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{KdOd}``{{Kdc}AdCf}{Nf{{B`{Of}}}}4{cBf{}}{c{{Ad{e}}}{}{}}000{cCh{}}077`````````````````````{{cb}d{}}00{{cf}{{Oj{{Oh{c}}}}}Jl}9999999999{{{Oh{c}}}{{Oh{c}}}{IlJl}}{GbGb}{OlOl}{{ce}d{}{}}00{{OlOl}Ab}{{ce}Ab{}{}}{c{{Ad{Gb}}}Af}{c{{Ad{Ol}}}Af}{{OlOl}Al}{{ce}Al{}{}}000{{OnBb}Fh}{{A@`Bb}Fh}{{{Oh{c}}Bb}Fh{HjJl}}{{GbBb}Fh}{{OlBb}Fh}{cc{}}000{A@bGb}1{{cgA`i}{{Ad{KdHl}}}Jl{{Jb{}{{Kj{{Dh{A@d}}}}}}}{{A@f{}{{Kj{e}}}}}{{Lf{}{{Ld{Gb}}}}Lh}}{{cA`e}{{Ad{A@`Hl}}}Jl{{Lf{}{{Ld{Gb}}}}Lh}}{{Olc}dBn}{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}00{{{Oh{c}}}A@hJl}{{OlOl}{{B`{Ab}}}}{{OnA@d}{{Ad{KdHl}}}}{{OnA@d}{{Id{{Ad{KdHf}}}}}}{{Gbc}AdCf}{{Olc}AdCf}{{{Oh{c}}}{{B`{A@j}}}Jl}888{c{{Ad{e}}}{}{}}000000000{cCh{}}0000{{}{{Dh{A@h}}}}9;;;;;```````````````````````;;{{HlBb}Fh}0{A@lHl}{NnHl}{cc{}}{A@nHl}{NhHl}{AA`Hl}{AAbHl}{AAdHl}{O`Hl}{AAfHl}{ce{}{}}{{{C`{c}}}{{C`{Cb}}}{}}{Hl{{B`{Of}}}}{cBf{}}{c{{Ad{e}}}{}{}}0{cCh{}}5````````````````````````````````````5555555555555555555555555555{AAhMn}{AAj{{Ad{{Eb{AAl{E`{h}}}}AAd}}}}{AAn{{Ad{{Eb{AAl{E`{h}}}}AAd}}}}{AAj{{Ad{AAlAAd}}}}{AAn{{Ad{AAlAAd}}}}{MhAB`}{AAhAB`}{AAnAB`}{{ABbBb}Fh}{{ABdBb}Fh}{{ABfBb}Fh}{{A@nBb}Fh}0{{MhBb}Fh}{{AAhBb}Fh}{{AAjBb}Fh}{{AAfBb}Fh}0{{AAnBb}Fh}{{AAdBb}Fh}0{{ABhBb}Fh}{{AAlBb}Fh}{{MjBb}Fh}{{AB`Bb}Fh}{cc{}}0{AAhABf}1{AB`ABf}{MhABf}{NhA@n}4{A@lA@n}55555{NjAAd}{AAfAAd}{AA`AAd}88{AAlABh}{{{Eb{AAn{Ad{ABjAAd}}}}}ABh}:{AB`Mj};{AAhMj}<{Mhf}{AAjf}{AAnf}{ce{}{}}0000000000000{{{C`{c}}}{{C`{Cb}}}{}}0000000000000{{A@dABl}ABb}{ABb{{Dh{ABdNn}}}}{ABd{{Dh{ABfA@n}}}}{MhAAj}{{AAhf}AAj}{AAj{{Dh{{Eb{AAnMn}}AAf}}}}{AAnABh}{AAlMj}{AB`{{Ad{KdO`}}}}{AAjMn}{AAnMn}{MhA@h}{AAhA@h}{AAjA@h}{A@n{{B`{Of}}}}{AAd{{B`{Of}}}}?{cBf{}}00{AAnABn}{c{{Ad{e}}}{}{}}000000000000000000000000000{cCh{}}0000000000000{ce{}{}}0000000000000{{AAjc}{{Ad{AAlAAd}}}AC`}{{AAnc}{{Ad{AAlAAd}}}AC`}{{AAjc}{{Ad{AAlAAd}}}ACb}{{AAnc}{{Ad{AAlAAd}}}ACb}{{AAj{B`{c}}e}{{Ad{AAlAAd}}}ACdAC`}{{AAn{B`{c}}e}{{Ad{AAlAAd}}}ACdAC`}```````{{cb}d{}}00777777``{ACfACf}{AChACh}{ACjACj}{{ce}d{}{}}00``{{}ACj}{c{{Ad{ACf}}}Af}{c{{Ad{ACh}}}Af}{c{{Ad{ACj}}}Af}{{ACfACf}Al}{{AChACh}Al}{{ACjACj}Al}{{ce}Al{}{}}00000000000{{ACfBb}Fh}{{AChBb}Fh}{{ACjBb}Fh}{cc{}}00{{ACfOl}{{B`{ACh}}}}{ACf{{B`{ACh}}}}`{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00`{fACf}{fACh}{{ACfGb}d}``{ACfACh}`{{ACfc}AdCf}{{AChc}AdCf}{{ACjc}AdCf}`888{c{{Ad{e}}}{}{}}00000{cCh{}}00:::{{A@dfACl}{{Dh{Kd}}}}{{A@dfMn}{{Dh{{Eb{Ml{C`{{l{Mn}}}}}}}}}}{{A@df}{{Dh{{Eb{MnKd}}}}}}0{{{l{Mn}}c}ACnAD`}```{{cb}d{}}00??????{MlMl}{ADbADb}{ADdADd}{{ce}d{}{}}00{{MlBb}Fh}{{ADbBb}Fh}{{ADdBb}Fh}{cc{}}00{cMl{{Jf{}{{Ed{f}}}}}}{{MlAn}{{B`{f}}}}{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{c{{ADf{g}}}{}{}{{Ln{}{{Ed{e}}}}}}{MlMb}{Mlc{}}4{MlAl}{Ml{{`{{Ln{}{{Ed{f}}}}}}}}{MlAn}{Mb{{B`{Ml}}}}{ADb{{Oj{{B`{f}}}}}}{ADd{{B`{c}}}{}}{c{{Dh{{Eb{ADbMn}}}}}ADh}{Ml{{B`{f}}}}{{cADj}{{ADl{e}}}{}{}}{{ADbMn}{{Oj{d}}}}>>>{c{{ADn{i}}}{}{}{}{{Ln{}{{Ed{{Ad{eg}}}}}}}}{c{{Ad{e}}}{}{}}{Mb{{Ad{Mlc}}}{}}11111{cCh{}}00{ce{}{}}00`{{cb}d{}}11{AE`AE`}{{ce}d{}{}}{{}AE`}````````````{{AE`Bb}Fh}{cc{}}6{{{C`{c}}}{{C`{Cb}}}{}}{AE`{{AEb{{Eb{BlCb}}}}}}{{}Bl}9<<:9````````888{{{C`{{AEd{c}}}}AEf}{{AEh{{Dh{d}}}}}Jl}{{{AEd{c}}AEj}{{Dh{d}}}Jl};;;;;;;;;;{{{AEl{c}}JjJh}{{C`{{AEd{c}}}}}Jl}{c{{AEl{c}}}{}}{{{C`{{AEd{c}}}}}AEnJl}{AF`AF`}{AFbAFb}{AFdAFd}>>>{{AFdAFd}Ab}{{ce}Ab{}{}}{c{{Ad{AF`}}}Af}{c{{Ad{AFb}}}Af}{c{{Ad{AFd}}}Af}{{{AEd{c}}}GhJl}{{{AEd{c}}}JhJl}{{AFdAFd}Al}{{ce}Al{}{}}000{{{AEl{c}}AFf}{{AEl{c}}}Jl}{{{AEd{c}}Bb}FhHj}{{{AEl{c}}Bb}FhHj}{{AF`Bb}Fh}{{AFbBb}Fh}{{AFdBb}Fh}`{cc{}}0000{{{C`{{AEd{c}}}}AFh{AFl{AFje}}}{{Ad{d{AFn{e}}}}}Jl{{AG`{AFj}}}}{{AFdc}dBn}`{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{{}{{AEl{AGb}}}}`{{cJjAFfGhJh}{{AEd{c}}}Jl}`{{AFdAFd}{{B`{Ab}}}}{c{{Dh{{AEl{AGd}}}}}{{Cd{AGf}}}}{{{AEd{c}}}JjJl}{{AF`c}AdCf}{{AFbc}AdCf}{{AFdc}AdCf}{{{C`{{AEd{c}}}}}{{AEh{d}}}Jl}{{{AEd{c}}AGh}{{Dh{d}}}Jl}{{{AEd{c}}}cJl}`<<<{c{{Ad{e}}}{}{}}00{AGj{{Ad{AF`c}}}{}}{AFh{{Ad{AF`c}}}{}}012222222{cCh{}}0000{ce{}{}}0000``````````````{{cb}d{}}0000{{}AGl}{{}ACn}{fABl}{ACn{{B`{{Eb{MnAGl}}}}}}55555555555555{AGlAGl}{ACnACn}{AGnAGn}{ABlABl}{AH`AH`}{{ce}d{}{}}0000{c{{Ad{AGl}}}Af}{c{{Ad{ACn}}}Af}{c{{Ad{AGn}}}Af}{c{{Ad{ABl}}}Af}<{{AGlAGl}Al}{{ACnACn}Al}{{AGnAGn}Al}{{ABlABl}Al}{{AH`AH`}Al}{{ce}Al{}{}}0000000000000000000{{AGlBb}Fh}{{ACnBb}Fh}{{AHbBb}Fh}{{AGnBb}Fh}{{ABlBb}Fh}{{AH`Bb}Fh}{{AHdBb}Fh}0{cc{}}00{ABlAGn}1111{eACn{{Cd{AHf}}}{{Jf{}{{Ed{c}}}}}}0{{AGlc}dBn}{{ACnc}dBn}{{AH`c}dBn}`{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000{c{{ADf{g}}}{}{}{{Ln{}{{Ed{e}}}}}}2{AGlAl}0`{ACnAHb}{fABl}0{cAGl{{Cd{AHf}}}}{cACn{{Jf{}{{Ed{AGl}}}}}}{{fACn}ABl}{AHb{{B`{c}}}{}}{{cADj}{{ADl{e}}}{}{}}`{AH`{{l{h}}}}{{AGlc}AdCf}{{ACnc}AdCf}{{AGnc}AdCf}{{ABlc}AdCf}:{AGlA@h}{ce{}{}}0000{cBf{}}{c{{ADn{i}}}{}{}{}{{Ln{}{{Ed{{Ad{eg}}}}}}}}{c{{Ad{e}}}{}{}}00000{AHh{{Ad{AH`c}}}{}}11111111{cCh{}}0000005555555```````````````````````````{{cb}d{}}00066666666666666{AHjAHj}{AHlAHl}{AFfAFf}{AHnAHn}{{ce}d{}{}}000{{}AHl}{{}AFf}{c{{Ad{Ef}}}Af}{c{{Ad{AI`}}}Af}`{{AHnAHn}Al}{{ce}Al{}{}}000{{AHjBb}Fh}{{AHlBb}Fh}{{EfBb}Fh}{{AI`Bb}Fh}{{AFfBb}Fh}{{AIbBb}Fh}{{AHnBb}Fh}{cc{}}0{AIdEf}{AIfEf}22{cAFfAIh}333{{A@dcAFfJj}dMf}{{cABlAIb}{{Dh{d}}}Mf}{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000{{{B`{{C`{AIh}}}}}AFf}`{AIj{{Dh{AGn}}}}{{AIhAHj}{{AEh{d}}}}{{AFfc}d{{A@f{}{{Kj{AHj}}}}}}`{{cfAGleAFfg}{{Dh{{Eb{AHnMnAIl}}}}}MfAIn{{AJ`{Mn}{{Kj{AHj}}}}}}{{Efc}AdCf}{{AI`c}AdCf}8888{c{{Ad{e}}}{}{}}0000000000000{{AIhAHj}d}5{cCh{}}000000;;;;;;;```````````````````````````````````````````````````````````````````````{{cb}d{}}0000000000{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Ln{}{{Ed{Mb}}}}}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{Cl{c}}e}{{Dh{AJf}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{Cl{c}}eg}{{Dh{AJf}}}{{AJd{AFj}}}{{Jd{Mb}}}{{Jd{AJh}}}}{{{AJb{c}}en}{{Dh{Nb}}}{{AJd{AFj}}}{{Jd{Mb}}}}{{{AJb{c}}Ll}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}Kn}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}KnAJj}{{Dh{Nb}}}{{AJd{AFj}}}}{{{AJb{c}}Kn}{{Dh{{Eb{NbMn}}}}}{{AJd{AFj}}}}{{{AJb{c}}KnAJl}{{Dh{{Eb{NbMn}}}}}{{AJd{AFj}}}}{{{Cl{c}}KnAlDbDf}{{Dh{AJn}}}{{AJd{AFj}}}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{AK`EjMd}}{{{Cl{c}}eDb}{{Dh{AJn}}}{{AJd{AFj}}}{AK`EjMd}}{{{AJb{c}}eAKb}{{Dh{Nb}}}{{AJd{AFj}}}{AK`EjMd}}{{{AJb{c}}e}{{Dh{Nb}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{{Cl{c}}eDb}{{Dh{AJn}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{{AJb{c}}en}{{Dh{Nb}}}{{AJd{AFj}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}}{{AKdMn}Mn}{{{Cl{c}}}{{Dh{{AJb{c}}}}}{{AJd{AFj}}}}{ce{}{}}0000000000000000000000000000000000000{{cg}{{AKf{i}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000`{AJlAJl}{AJjAJj}{AKbAKb}{{{Cl{c}}}{{Cl{c}}}Il}{AKdAKd}{DfDf}{AKjAKj}{AJfAJf}{AKlAKl}{AKnAKn}{AL`AL`}{{ce}d{}{}}0000000000{{{Cl{c}}Al}{{Dh{{`{{Eh{}{{Ed{{Dh{ALb}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}LlDb{E`{AJh}}}{{Dh{{Eb{fAJh}}}}}{{AJd{AFj}}}}{{}AJl}{{}AJj}{{}AKb}{{}AKd}{{}Df}{{{Cl{c}}f}{{Dh{d}}}{{AJd{AFj}}}}{c{{Ad{AKd}}}Af}{c{{Ad{Df}}}Af}{c{{Ad{AKj}}}Af}{c{{Ad{ALd}}}Af}{c{{Ad{ALf}}}Af}{c{{Ad{ALh}}}Af}{c{{Ad{AL`}}}Af}{{{Cl{c}}fCn}{{Dh{ALj}}}{{AJd{AFj}}}}0{{{Cl{c}}fAL`}{{Dh{ALj}}}{{AJd{AFj}}}}`{{AKjAKj}Al}{{AKnAKn}Al}{{ce}Al{}{}}0000000`{{{Cl{c}}fKnL`Lb}{{Dh{ALl}}}{{AJd{AFj}}}}{AJn{{Dh{AJf}}}}{ALj{{Dh{AKl}}}}{ALl{{Dh{AKn}}}}{{{AJb{c}}Bb}Fh{{AJd{AFj}}}}{{AJlBb}Fh}{{AJjBb}Fh}{{AKbBb}Fh}{{{Cl{c}}Bb}FhHj}{{AKdBb}Fh}{{DfBb}Fh}{{AKjBb}Fh}{{AJfBb}Fh}{{ALdBb}Fh}{{ALfBb}Fh}{{ALhBb}Fh}{{AJnBb}Fh}{{AKlBb}Fh}{{ALjBb}Fh}{{AKnBb}Fh}{{ALlBb}Fh}{{ALnBb}Fh}{{AL`Bb}Fh}````{cc{}}000000{AM`AKj}111111111111{{{AMb{AFjc}}f}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Ll}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Al}}}{{AJd{AFj}}}}``````{ce{}{}}000000000000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000000000{c{}{}}002222`{ALnAl}{{ce}{{In{g}}}{}J`Jb}00{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALf}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALd}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ALh}}}}}}}}}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Mb}}}{{AJd{AFj}}}}`{{cg}{{AMd{ei}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000`{{{AMb{AFjc}}}{{Cl{c}}}{{AJd{AFj}}}}{gALj{{Jd{Gb}}}{{Jd{Nl}}}{{Eh{}{{Ed{{Dh{ce}}}}}}MdEj}}{gALl{{Jd{Kl}}}{{Jd{Nl}}}{{Eh{}{{Ed{{Dh{ce}}}}}}MdEj}}``{{{AJb{c}}Nb}{{Dh{AJh}}}{{AJd{AFj}}}}{{{AJb{c}}NbAJh}{{Dh{d}}}{{AJd{AFj}}}}{{{AJb{c}}NbDb}{{Dh{AJh}}}{{AJd{AFj}}}}{{{Jn{AJn}}K`}{{Kb{c}}}{}}{{{Jn{ALj}}K`}{{Kb{c}}}{}}{{{Jn{ALl}}K`}{{Kb{c}}}{}}{{{Jn{AJn}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALj}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALl}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALn}}K`}{{Kb{{B`{c}}}}}{}}{{{Jn{ALn}}K`AMf}{{Kb{{Oj{d}}}}}}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}00{{c{AMj{AMhegi}}}{{AMl{kegi}}}{}AMnAN`ANb{}}000{{c{AMj{AMhegi}}ANd}{{AMl{kegi}}}{}AMnAN`ANb{}}000{{{Cl{c}}f}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}fMnAKd}{{Dh{ALn}}}{{AJd{AFj}}}}{{{Cl{c}}fMnAKd}{{Dh{Mb}}}{{AJd{AFj}}}}{{{Cl{c}}f}{{Dh{Mb}}}{{AJd{AFj}}}}{ALn{{Dh{Mb}}}}{{AKdc}AdCf}{{Dfc}AdCf}{{AKjc}AdCf}{{ALdc}AdCf}{{ALfc}AdCf}{{ALhc}AdCf}{{AL`c}AdCf}{ALnMn}```{ALn{{Eb{An{B`{An}}}}}}`{{{Cl{c}}f}{{Dh{AKj}}}{{AJd{AFj}}}}```{{{Cl{c}}}{{Gf{c}}}{{AJd{AFj}}}}{{{AJb{c}}A`}{{Dh{Nb}}}{{AJd{AFj}}}}{ce{}{}}0000000000``{c{{Ad{e}}}{}{}}0000000000000000000000000000000000000{{{Jn{c}}K`}Kb{}}00{{{Jn{c}}K`}{{Kb{{B`{Ad}}}}}{}}000{cCh{}}000000000000000000{{{Cl{c}}Al}{{Dh{{`{{Eh{}{{Ed{{Dh{ANf}}}}}}}}}}}{{AJd{AFj}}}}5555555555555555555`{{cg}{{ANh{i}}}{}{}{{AKh{}{{Ed{e}}}}}{{Eh{}{{Ed{e}}}}}}000``````{{cb}d{}}7777{{{Gf{c}}}{{Gf{c}}}Il}{{ce}d{}{}}{{{Gf{c}}AJh}{{Dh{d}}}{{AJd{AFj}}}}{c{{Ad{ANj}}}Af}{{{Gf{c}}Bb}FhHj}{{ANjBb}Fh}`{cc{}}0`>>{{{C`{c}}}{{C`{Cb}}}{}}0{{{Gf{c}}}{{Dh{{`{{Eh{}{{Ed{{Dh{ANj}}}}}}}}}}}{{AJd{AFj}}}}0`{{{AMb{AFjc}}}{{Gf{c}}}{{AJd{AFj}}}}{{ANjc}AdCf}{ce{}{}}{c{{Ad{e}}}{}{}}{ANl{{Ad{ANjc}}}{}}{ANn{{Ad{ANjc}}}{}}20122{cCh{}}044```````````{{cb}d{}}`555555{AFjAFj}{{ce}d{}{}}{c{{Ad{AFh}}}Af}{c{{Ad{ANl}}}Af}{{AFjBb}Fh}{{AFhBb}Fh}{{ANlBb}Fh}{cc{}}{AO`AFh}{AObAFh}{AOdAFh}3{AOfAFh}{AOhAFh}{AOjAFh}{AOlAFh}{AOnAFh}{B@`AFh}{B@bAFh}{AF`AFh}{B@dAFh}{B@fAFh}{B@hAFh}{AGjAFh}{B@jAFh}{B@lAFh}{B@nAFh}{BA`AFh}{BAbAFh}{BAdAFh}{BAfAFh}{BAhAFh}{BAjAFh}{BAlAFh}{ANnANl}{{{BAn{AJh}}}ANl}{{{BAn{BB`}}}ANl}{cc{}}{AIdANl}{BBbANl}{AIfANl}{{{BAn{d}}}ANl}{BBdANl}{BBfANl}{ANjANl}{LjANl}{ANfANl}{{{BAn{AM`}}}ANl}{{{BAn{ALh}}}ANl}{ALbANl}{{{BAn{BBh}}}ANl}{{{BAn{ALf}}}ANl}{A@bANl}{BBjANl}{ce{}{}}00{{{C`{c}}}{{C`{Cb}}}{}}00{{AFhc}AdCf}{{ANlc}AdCf}`3{BBj{{Ad{{BAn{BB`}}c}}}{}}{ANl{{Ad{{BAn{d}}c}}}{}}{BBj{{Ad{{BAn{ALh}}c}}}{}}{ANl{{Ad{{BAn{AM`}}c}}}{}}{ANl{{Ad{{BAn{BBh}}c}}}{}}{ANl{{Ad{{BAn{AJh}}c}}}{}}{BBj{{Ad{{BAn{BBh}}c}}}{}}{ANl{{Ad{{BAn{ALf}}c}}}{}}6{ANn{{Ad{{BAn{d}}c}}}{}}0{ANl{{Ad{{BAn{ALh}}c}}}{}}{BBj{{Ad{{BAn{ALf}}c}}}{}}736{ANl{{Ad{{BAn{BB`}}c}}}{}}{ANn{{Ad{{BAn{AJh}}c}}}{}}2037:6{BBj{{Ad{{BAn{AM`}}c}}}{}}20={c{{Ad{e}}}{}{}}00000{cCh{}}00{ce{}{}}00```````````````````````````````````````````````````````````````````````````{{cb}d{}}00```111111111111111111111111111111111111111111111111111111111111{A@bA@b}{AO`AO`}{LjLj}{{ce}d{}{}}00``{c{{Ad{AGj}}}Af}{c{{Ad{BBj}}}Af}{c{{Ad{AOf}}}Af}{c{{Ad{AIf}}}Af}{c{{Ad{A@b}}}Af}{c{{Ad{AO`}}}Af}{c{{Ad{Lj}}}Af}{c{{Ad{AOn}}}Af}{c{{Ad{AOh}}}Af}{c{{Ad{BA`}}}Af}{c{{Ad{BAd}}}Af}{c{{Ad{AOd}}}Af}{c{{Ad{BBh}}}Af}{c{{Ad{B@h}}}Af}{c{{Ad{B@l}}}Af}{c{{Ad{AId}}}Af}{c{{Ad{B@j}}}Af}{c{{Ad{AOj}}}Af}{c{{Ad{BB`}}}Af}{c{{Ad{B@b}}}Af}{c{{Ad{AM`}}}Af}{c{{Ad{B@`}}}Af}{c{{Ad{BAb}}}Af}{c{{Ad{BBf}}}Af}{c{{Ad{B@d}}}Af}{c{{Ad{B@n}}}Af}{c{{Ad{BAj}}}Af}{c{{Ad{BBd}}}Af}{c{{Ad{AOl}}}Af}{c{{Ad{BBb}}}Af}{{AGjBb}Fh}{{AGjBb}{{Ad{dBd}}}}{{BBjBb}{{Ad{dBd}}}}{{BBjBb}Fh}{{AOfBb}Fh}{{AIfBb}Fh}{{A@bBb}Fh}{{AO`Bb}Fh}{{LjBb}Fh}{{AOnBb}Fh}{{AOhBb}Fh}{{BA`Bb}Fh}{{BAdBb}Fh}{{AOdBb}Fh}{{BBhBb}Fh}{{B@hBb}Fh}{{B@lBb}Fh}{{AIdBb}Fh}{{B@jBb}Fh}{{AOjBb}Fh}{{BB`Bb}Fh}{{B@bBb}Fh}{{AM`Bb}Fh}{{B@`Bb}Fh}{{BAbBb}Fh}{{BBfBb}Fh}{{B@dBb}Fh}{{B@nBb}Fh}{{BAjBb}Fh}{{BBdBb}Fh}{{AOlBb}Fh}{{BBbBb}Fh}```{BAdAGj}{B@bAGj}{B@jAGj}{cc{}}{AOnAGj}{B@nAGj}{AOjAGj}{AOdAGj}{AOlAGj}{B@lAGj}{BAjAGj}{AOfAGj}{BA`AGj}{B@`AGj}{BAbAGj}{AF`AGj}{B@hAGj}{B@dAGj}{AOhAGj}{AO`AGj}{LjBBj}{AIdBBj}{{{BAn{ALf}}}BBj}{AIfBBj}{BBbBBj}{ALbBBj}{cc{}}{BBfBBj}{A@bBBj}{{{BAn{AM`}}}BBj}{{{BAn{BB`}}}BBj}{BBdBBj}{{{BAn{BBh}}}BBj}{ANfBBj}{{{BAn{ALh}}}BBj}888{GbA@b}9{KlLj}:::::::::::::::{AKjAM`};;;;;;;;;```````{ce{}{}}00000000000000000000000000000{{{C`{c}}}{{C`{Cb}}}{}}00000000000000000000000000000````````{{AGjc}AdCf}{{BBjc}AdCf}{{AOfc}AdCf}{{AIfc}AdCf}{{A@bc}AdCf}{{AO`c}AdCf}{{Ljc}AdCf}{{AOnc}AdCf}{{AOhc}AdCf}{{BA`c}AdCf}{{BAdc}AdCf}{{AOdc}AdCf}{{BBhc}AdCf}{{B@hc}AdCf}{{B@lc}AdCf}{{AIdc}AdCf}{{B@jc}AdCf}{{AOjc}AdCf}{{BB`c}AdCf}{{B@bc}AdCf}{{AM`c}AdCf}{{B@`c}AdCf}{{BAbc}AdCf}{{BBfc}AdCf}{{B@dc}AdCf}{{B@nc}AdCf}{{BAjc}AdCf}{{BBdc}AdCf}{{AOlc}AdCf}{{BBbc}AdCf}`````{ce{}{}}00{cBf{}}0{c{{Ad{e}}}{}{}}{AFh{{Ad{AGjc}}}{}}0{ANl{{Ad{BBjc}}}{}}02{AGj{{Ad{AOfc}}}{}}{AFh{{Ad{AOfc}}}{}}1404{ANl{{Ad{AIfc}}}{}}0{BBj{{Ad{AIfc}}}{}}06{ANl{{Ad{A@bc}}}{}}0{BBj{{Ad{A@bc}}}{}}0{AFh{{Ad{AO`c}}}{}}{AGj{{Ad{AO`c}}}{}}10:{BBj{{Ad{Ljc}}}{}}0{ANl{{Ad{Ljc}}}{}}0<{AFh{{Ad{AOnc}}}{}}{AGj{{Ad{AOnc}}}{}}01>{AFh{{Ad{AOhc}}}{}}{AGj{{Ad{AOhc}}}{}}10{c{{Ad{e}}}{}{}}0{AFh{{Ad{BA`c}}}{}}0{AGj{{Ad{BA`c}}}{}}0{AGj{{Ad{BAdc}}}{}}{AFh{{Ad{BAdc}}}{}}4104{AFh{{Ad{AOdc}}}{}}{AGj{{Ad{AOdc}}}{}}106{AGj{{Ad{B@hc}}}{}}{AFh{{Ad{B@hc}}}{}}018{AGj{{Ad{B@lc}}}{}}0{AFh{{Ad{B@lc}}}{}}0:{BBj{{Ad{AIdc}}}{}};0{ANl{{Ad{AIdc}}}{}}0{AGj{{Ad{B@jc}}}{}}={AFh{{Ad{B@jc}}}{}}01{AGj{{Ad{AOjc}}}{}}0?{AFh{{Ad{AOjc}}}{}}0{c{{Ad{e}}}{}{}}{AFh{{Ad{B@bc}}}{}}{AGj{{Ad{B@bc}}}{}}0122{AFh{{Ad{B@`c}}}{}}3{AGj{{Ad{B@`c}}}{}}014{AGj{{Ad{BAbc}}}{}}{AFh{{Ad{BAbc}}}{}}01{BBj{{Ad{BBfc}}}{}}0{ANl{{Ad{BBfc}}}{}}08{AGj{{Ad{B@dc}}}{}}{AFh{{Ad{B@dc}}}{}}0:1:{AGj{{Ad{B@nc}}}{}}{AFh{{Ad{B@nc}}}{}}01{AFh{{Ad{BAjc}}}{}}0={AGj{{Ad{BAjc}}}{}}0{BBj{{Ad{BBdc}}}{}}0{ANl{{Ad{BBdc}}}{}}{c{{Ad{e}}}{}{}}1{AFh{{Ad{AOlc}}}{}}{AGj{{Ad{AOlc}}}{}}012{ANl{{Ad{BBbc}}}{}}{BBj{{Ad{BBbc}}}{}}410444444444444444444444444444444{cCh{}}00000000000000000000000000000{ce{}{}}00000000000000000000000000000``````````````````````{{}B@f}``11111111111111{{}BBl}{c{{Ad{AOb}}}Af}{c{{Ad{ANn}}}Af}{c{{Ad{BBl}}}Af}{c{{Ad{BAh}}}Af}{c{{Ad{BAl}}}Af}{c{{Ad{B@f}}}Af}{c{{Ad{BAf}}}Af}{{AObBb}{{Ad{dBd}}}}{{AObBb}Fh}{{ANnBb}{{Ad{dBd}}}}{{ANnBb}Fh}{{BBlBb}Fh}{{BAhBb}Fh}{{BAlBb}Fh}{{B@fBb}Fh}{{BAfBb}Fh}{BAfAOb}{BAlAOb}{BAhAOb}{cc{}}{B@fAOb}1{{{BAn{AJh}}}ANn}{ANjANn}{{{BAn{d}}}ANn}44444{{}B@f}`{ce{}{}}000000{{{C`{c}}}{{C`{Cb}}}{}}000000``2`{{AObc}AdCf}{{ANnc}AdCf}{{BBlc}AdCf}{{BAhc}AdCf}{{BAlc}AdCf}{{B@fc}AdCf}{{BAfc}AdCf}``{cBf{}}0{c{{Ad{e}}}{}{}}{AFh{{Ad{AObc}}}{}}0{ANl{{Ad{ANnc}}}{}}202{AOb{{Ad{BAhc}}}{}}{AFh{{Ad{BAhc}}}{}}014{AFh{{Ad{BAlc}}}{}}0{AOb{{Ad{BAlc}}}{}}06{AFh{{Ad{B@fc}}}{}}{AOb{{Ad{B@fc}}}{}}801{AOb{{Ad{BAfc}}}{}}90{AFh{{Ad{BAfc}}}{}}0:::::::{cCh{}}000000``{ce{}{}}000000`````````````````````````````````````````````````````````````````````{{cb}d{}}000000`{BBn{{`{{Jb{}{{Kj{{Oj{{`{ACb}}}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{f}}}}}}}}Md}}}}3333333333333333333333333333{BCdBCd}{A@jA@j}{BCfBCf}{LbLb}{L`L`}{BChBCh}{BCjBCj}{{ce}d{}{}}000000{{BChBCh}Ab}{{ce}Ab{}{}}{{BC`Al{BCl{ALb}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{{JlA`}{{`{{Jb{}{{Kj{{Oj{AJh}}}}}}Md}}}}{BCn{{`{{Jb{}{{Kj{{Oj{{`{ADh}}}}}}}}Md}}}}{{}BCf}{{}Lb}{{}L`}{{Jl{E`{f}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{c{{Ad{A@j}}}Af}{c{{Ad{BCf}}}Af}{c{{Ad{Lb}}}Af}{c{{Ad{L`}}}Af}{c{{Ad{BCh}}}Af}{c{{Ad{ALb}}}Af}{c{{Ad{ANf}}}Af}`{{{BDb{}{{BD`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{BCd}}}}}}Md}}}BBn}{{{BDb{}{{BD`{c}}}}f}{{Oj{BCd}}}BBn}{{BCdBCd}Al}{{A@jA@j}Al}{{BCfBCf}Al}{{LbLb}Al}{{BChBCh}Al}{{BCjBCj}Al}{{ce}Al{}{}}00000000000000000000000{{BC`fKnLbBDd}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{{BCdBb}Fh}{{A@jBb}Fh}{{AGhBb}Fh}{{BDfBb}Fh}{{BDhBb}Fh}{{BDjBb}Fh}{{BCfBb}Fh}{{LbBb}Fh}{{L`Bb}Fh}{{BDlBb}Fh}{{BChBb}Fh}0{{ALbBb}Fh}{{ANfBb}Fh}{{BCjBb}Fh}{cc{}}0000000000000`{{JlAGhe}{{`{{Jb{}{{Kj{d}}}}}}}{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{{Mf{}{{BE`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{{B`{c}}}}}}}}Md}}}BCn}{{{BDb{}{{BD`{c}}}}f}{{`{{Jb{}{{Kj{{Oj{{B`{c}}}}}}}}Md}}}BBn}{{{BDb{}{{BD`{c}}}}fMn}{{`{{Jb{}{{Kj{{Oj{c}}}}}}Md}}}BBn}{BCnf}{{JlMbn}{{`{{Jb{}{{Kj{{Oj{Nb}}}}}}Md}}}}{{JlKnBCfnc}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{Jlcne}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{AK`MdEj}{{Lf{}{{Ld{BDj}}}}Lh}}0{{Jlcne}{{`{{Jb{}{{Kj{{Oj{{Eb{NbMn}}}}}}}}Md}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}MdEj}{{Lf{}{{Ld{BDj}}}}Lh}}{{{BDb{}{{BD`{c}}}}c}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}BBn}{ce{}{}}0000000000000{{{C`{c}}}{{C`{Cb}}}{}}000000000000{BCnAl}`{{MnAl}A@j}{BCn{{`{{Jb{}{{Kj{{Oj{{`{BEb}}}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{f}}}}}}}}Md}}}}{{BChBCh}{{B`{Ab}}}}```{{A@jc}AdCf}{{BCfc}AdCf}{{Lbc}AdCf}{{L`c}AdCf}{{BChc}AdCf}{{ALbc}AdCf}{{ANfc}AdCf}{{JlAJh{B`{A`}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{Jl{{`{{Jb{}{{Kj{d}}}}Md}}}}{BCnA@j}{ACb{{`{{Jb{}{{Kj{{Oj{d}}}}}}}}}}{Jl{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}{BC`{{`{{Jb{}{{Kj{{Oj{{BCb{{Eb{AJhA`}}}}}}}}}}Md}}}}{{JlA`}Nb}{BC`{{BEd{Ln}}}}{ce{}{}}000000{cBf{}}{c{{Ad{e}}}{}{}}0000000000{BBj{{Ad{ALbc}}}{}}{ANl{{Ad{ALbc}}}{}}2012{BBj{{Ad{ANfc}}}{}}0{ANl{{Ad{ANfc}}}{}}0444444444444444{cCh{}}0000000000000{{JlAl{BCl{ANf}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}Md}}}}0{A@jMn}99999999999999{{ACbMn{E`{ABj}}}{{`{{Jb{}{{Kj{{Oj{d}}}}}}}}}}`````````````````````````````````````````````{{cb}d{}}0000`{BEf{{Oj{{`{ACb}}}}}}{AGd{{Oj{{BCb{f}}}}}}=========={BEhBEh}{BEjBEj}{BElBEl}{BEnBEn}{AGdAGd}{{ce}d{}{}}0000{{AGdAl{BCl{ALb}}}{{Oj{d}}}}{{AGdA`}{{Oj{AJh}}}}`{BEf{{Oj{{`{ADh}}}}}}{{}BEh}{{}BEl}{{AGd{E`{f}}}{{Oj{d}}}}{AGd{{Oj{d}}}}{{AGdf}{{Oj{BCd}}}}0{{AGdfKnLbBDd}{{Oj{d}}}}{{BEhBb}Fh}{{BEjBb}Fh}{{BElBb}Fh}{{BEnBb}Fh}{{AGdBb}Fh}{cc{}}0000{{AGdAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{AGdf}{{Oj{{B`{c}}}}}{}}0{{AGdfMn}{{Oj{c}}}{}}{BEff}{{AGdMbn}{{Oj{Nb}}}}{{AGdKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGdcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}`{{AGdc}{{Oj{d}}}{}}{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{BEfAl}{c{{Oj{AGd}}}{{Cd{AGf}}}}``````{{KnBEn}{{Oj{AGd}}}}{BEf{{Oj{{`{BEb}}}}}}{{AGdf}Kn}0{AGd{{Oj{{BCb{f}}}}}}`{{AGdAJh{B`{A`}}}{{Oj{d}}}}{AGdd}{BEfA@j}{AGd{{Oj{d}}}}{AGd{{Oj{{BCb{{Eb{AJhA`}}}}}}}}`{{AGdA`}Nb}{AGd{{BEd{Ln}}}}>>>>>{{AGdc}{{Oj{d}}}{{AJ`{f`}{{Kj{{B`{`}}}}}}MdBF`}}{c{{Ad{e}}}{}{}}000000000{cCh{}}0000{{AGdBEhAl}{{Oj{d}}}}{ce{}{}}0000``{{cb}d{}}0{BFb{{Oj{{`{ACb}}}}}}{AGb{{Oj{{BCb{f}}}}}}3333{AGbAGb}{BFbBFb}{{ce}d{}{}}0{{AGbAl{BCl{ALb}}}{{Oj{d}}}}{{AGbA`}{{Oj{AJh}}}}{BFb{{Oj{{`{ADh}}}}}}{{}AGb}{{AGb{E`{f}}}{{Oj{d}}}}{{AGbf}{{Oj{BCd}}}}0{{AGbfKnLbBDd}{{Oj{d}}}}{{AGbBb}Fh}{{BFbBb}Fh}{cc{}}0{{AGbAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{AGbf}{{Oj{{B`{c}}}}}{}}0{{AGbfMn}{{Oj{BFb}}}}{BFbf}{{AGbMbn}{{Oj{Nb}}}}{{AGbKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGbcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}{{AGbBFb}{{Oj{d}}}}{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{BFbAl}{{}AGb}{BFb{{Oj{{`{BEb}}}}}}{AGb{{Oj{{BCb{f}}}}}}{{AGbAJh{B`{A`}}}{{Oj{d}}}}{AGbd}{BFbA@j}{AGb{{Oj{d}}}}{AGb{{Oj{{BCb{{Eb{AJhA`}}}}}}}}{{AGbA`}Nb}{AGb{{BEd{Ln}}}}<<{c{{Ad{e}}}{}{}}000{cCh{}}0>>``{{cb}d{}}0{BFd{{Oj{{`{ACb}}}}}}{BFf{{Oj{{BCb{f}}}}}}{ce{}{}}000{BFfBFf}{BFdBFd}{{ce}d{}{}}0{{BFfAl{BCl{ALb}}}{{Oj{d}}}}{{BFfA`}{{Oj{AJh}}}}{BFd{{Oj{{`{ADh}}}}}}{{}BFf}{{BFf{E`{f}}}{{Oj{d}}}}{{BFff}{{Oj{BCd}}}}0{{BFffKnLbBDd}{{Oj{d}}}}{{BFfBb}Fh}{{BFdBb}Fh}{cc{}}0{gBFf{{Jd{Bf}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{{BFfAGhe}d{{Jb{}{{Kj{{BDn{f}}}}}}Md}{{AJ`{}{{Kj{c}}}}}}{{BFff}{{Oj{{B`{c}}}}}{}}{{BFff}{{B`{Mb}}}}1{{BFffMn}{{Oj{BFd}}}}{BFdf}{{BFfMbn}{{Oj{Nb}}}}{{BFfKnBCfnc}{{Oj{{Eb{NbMn}}}}}{{Lf{}{{Ld{BDj}}}}Lh}}{{BFfcne}{{Oj{{Eb{NbMn}}}}}{{Eh{}{{Ed{{Oj{Mb}}}}}}EjMd}{{Lf{}{{Ld{BDj}}}}Lh}}{{BFfc}f{{Cd{{l{h}}}}}}{{BFfBFd}{{Oj{d}}}}{{BFfe}{{B`{f}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{c}}}}}}{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{BFdAl}{g{{Eb{BFf{N`{BfBh}}}}}{{Jd{Bf}}}{{Cd{{l{h}}}}}{{Jf{}{{Ed{{Eb{ce}}}}}}}}{BFd{{Oj{{`{BEb}}}}}}{BFf{{Oj{{BCb{f}}}}}}{{BFfAJh{B`{A`}}}{{Oj{d}}}}{BFfd}{BFdA@j}{BFf{{Oj{d}}}}{BFf{{Oj{{BCb{{Eb{AJhA`}}}}}}}}{{BFfA`}Nb}{BFf{{BEd{Ln}}}}<<{c{{Ad{e}}}{}{}}000{cCh{}}0>>```````````{{cb}d{}}0??{{{BFh{ce}}}{{BFh{ce}}}{}{}}{BFj{{l{h}}}}{{{C`{BFl}}}{{BG`{BFn}}}}{{BGbc}AJh{{AJ`{{l{h}}}{{Kj{Al}}}}}}{ce{}{}}0{AJh{{l{h}}}}11111111{AJhAJh}{DbDb}{{ce}d{}{}}0{{AJhAJh}Ab}{{DbDb}Ab}{{{l{h}}{l{h}}}Ab}{{ce}Ab{}{}}10{{}{{BFh{ce}}}BGd{}}{{}BFj}{BFjc{}}{c{{Ad{AJh}}}Af}{c{{Ad{Db}}}Af}{Nbd}{ce{}{{Aj{Ah}}}}0{{AJhAJh}Al}{{DbDb}Al}{{ce}Al{}{}}0000000{{}{{B`{An}}}}0{BFj{{Oj{d}}}}{{{BFh{ce}}Bb}FhHjHj}{{BFjBb}Fh}{{AJhBb}Fh}0{{DbBb}Fh}{{NbBb}Fh}{Nbn}{cc{}}{{{E`{h}}}BFj}1{MbAJh}2{BfAJh}{BlAJh}44{{{l{h}}}c{}}0`{Nbf}{NbA`}0{ce{}{}}0000{{{C`{c}}}{{C`{Cb}}}{}}0000{BFj{{Eb{{E`{h}}{BGf{An}}}}}}`{{{BFh{ce}}}Al{}{}}{Nbd}`{{{BFh{ce}}i}{{BFh{cg}}}{}{}{}{{A@f{e}{{Kj{g}}}}}}{{{BFh{ce}}i}{{BFh{ge}}}{}{}{}{{A@f{c}{{Kj{g}}}}}}{{{BFh{ce}}}{{B`{c}}}{}{}}{{}BFj}{{A`{B`{{BG`{BFn}}}}}Nb}{{BFlA`}d}{{BFnA`}d}{{AJhAJh}{{B`{Ab}}}}{{DbDb}{{B`{Ab}}}}{{BFjc}{{Oj{d}}}BGh}`{{{BFh{MbBGj}}Mn{l{h}}}{{Oj{An}}}}{{BFjMn{l{h}}}{{Oj{An}}}}{{AJhc}AdCf}{{Dbc}AdCf}{{{BFh{c{Eb{eMn}}}}}Mn{{Cd{{l{h}}}}}{}}{{{BFh{MbBGj}}}{{Oj{{B`{Mn}}}}}}{BFj{{Oj{{B`{Mn}}}}}}{{{C`{BFl}}A`}Nb}{ce{}{}}0{cBf{}}{{A@hMn}Mn}{c{{Ad{e}}}{}{}}000000{BFj{{Ad{{E`{h}}c}}}{}}111{{{BFh{ce}}k}{{Ad{{BFh{cg}}i}}}{}{}{}{}{{A@f{e}{{Kj{{Ad{gi}}}}}}}}{cCh{}}0000{{}Cj}{{}BGl}88888?``{{cb}d{}}09999{{cAl}{{Dh{Bf}}}{{Cd{AGf}}}}{BGnBGn}{BH`BH`}{{ce}d{}{}}0{{BGnBGn}Ab}{{ce}Ab{}{}}{{BGnBGn}Al}{{ce}Al{}{}}000`{{BGnBb}Fh}{{BH`Bb}Fh}{cc{}}{AGfBGn}{KnBGn}2{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{{c{B`{Bf}}{B`{Kn}}}{{Dh{Kn}}}{{Cd{{l{h}}}}}}{Kn{{Dh{BHb}}}}{BGn{{BHd{Bl}}}}5{{BGnBGn}{{B`{Ab}}}}{BGnAGf}{c{{Dh{BH`}}}{{Cd{AGf}}}}{{c{B`{Bf}}{B`{Kn}}}{{Dh{Mb}}}{{Cd{AGf}}}}{c{{Dh{Bf}}}{{Cd{AGf}}}}{{KnDf}{{Dh{{E`{BGn}}}}}}0`::{c{{Ad{e}}}{}{}}000{cCh{}}0<<{{KnBf}BGn}``===={{{BHf{c}}}Mn{}}{{{BHh{c}}}Mn{}}{{{BHf{c}}Bb}FhHj}{{{BHh{c}}Bb}FhHj}{cc{}}0{ce{}{}}0{{{C`{c}}}{{C`{Cb}}}{}}0{{{BHf{c}}}{{Eb{cMn}}}{}}{{{BHh{c}}}{{Eb{cMn}}}{}}{c{{BHf{c}}}{}}{c{{BHh{c}}}{}}{{{Jn{{BHh{c}}}}K`}{{Kb{{Oj{d}}}}}{BHjEj}}0{{{Jn{{BHh{c}}}}K`{l{h}}}{{Kb{{Oj{An}}}}}{BHjEj}}{{{BHf{c}}}{{Oj{{j{h}}}}}BHl}{{{BHf{c}}An}{{Oj{Mb}}}BHl}{c{{Ad{e}}}{}{}}000{cCh{}}0;;`````````{{cb}d{}}00{{{BHn{c}}}d{}}============{BI`d}{JjJj}{BIbBIb}{BIdBId}{{ce}d{}{}}00{{}BI`}{{}BId}{BI`c{}}7{{BIbBIb}Al}{{ce}Al{}{}}0009{{BI`Bb}Fh}{{JjBb}Fh}{{BIbBb}Fh}{{BIdBb}Fh}{{BIfBb}Fh}0{{{BHn{c}}Bb}FhHj}{cc{}}00000{BI`Jj}{ce{}{}}00000{{{C`{c}}}{{C`{Cb}}}{}}00000{c{}{}}{{ce}{{In{g}}}{}J`Jb}{BIdBI`}`{{{Jn{{BHn{c}}}}K`}{{Kb{e}}}{}{}}{{cg}{{Kh{ei}}}{}{}{{J`{}{{Kj{e}}}}}{{Jb{}{{Kj{e}}}}}}{BI`d}{{}BI`}{{Jjg}{{BHn{c}}}Md{{Jb{}{{Kj{c}}}}}{{A@f{}{{Kj{e}}}}Md}}{{Jje}d{{Jb{}{{Kj{d}}}}}{{A@f{}{{Kj{c}}}}Md}}``:::{cBf{}}{c{{Ad{e}}}{}{}}00000000000{{{Jn{c}}K`}Kb{}}{{Jjg}{{Ad{{BHn{c}}BIf}}}Md{{Jb{}{{Kj{c}}}}}{{A@f{}{{Kj{e}}}}Md}}{{Jje}{{Ad{dBIf}}}{{Jb{}{{Kj{d}}}}}{{A@f{}{{Kj{c}}}}Md}}{{Jj{BEd{A@f}}}{{Ad{dBIf}}}}{cCh{}}00000{ce{}{}}00000{JjAn}```````````````{{cb}d{}}00000{{{Lf{}{{Ld{c}}}}c}{{BIh{d}}}{MdBF`}}{{{BCl{c}}c}{{BIh{d}}}{MdBF`}}{{{BIj{c}}c}{{Ad{dAAb}}}{MdBF`}}{{{BIl{ceg}}e}{{Ad{dAAb}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}e}{{Ad{dAAb}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}e}{{Ad{dAAb}}}{MdBF`}{}}8888888888888888{{{Lf{}{{Ld{c}}}}}{{BCl{c}}}{MdBF`}}{{{BCl{c}}}{{BCl{c}}}{}}{{{BIj{c}}}{{BIj{c}}}{}}{{{BIl{ceg}}}{{BIl{ceg}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}}{{BIn{ceg}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}}{{Kf{c}}}{}}{AAbAAb}{{ce}d{}{}}00000{{}{{BIj{c}}}{}}{{{BCl{c}}Bb}Fh{}}{{{BIj{c}}Bb}Fh{}}{{{BIl{ceg}}Bb}FhLf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}Bb}FhLf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}Bb}Fh{}}{{AAbBb}Fh}0{{{BJ`{ce}}Bb}FhHjHj}{{{BJb{ce}}Bb}FhHjHj}{cc{}}0000000{ce{}{}}0000000{{{C`{c}}}{{C`{Cb}}}{}}0000000{{{BJ`{ce}}}cAC`{{BJd{Mn}}}}{{{BJb{ce}}}cAC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJf{c}}}{{Kf{c}}}{}}{{ce}{{BJ`{ce}}}AC`{{BJd{Mn}}}}{{ce}{{BJb{ce}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{LhMn}{{{BCl{c}}}Mn{MdBF`}}{{{BIj{c}}}Mn{}}{{{BIl{ceg}}}Mn{LhLf}{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}}MnLh{}{}}{{{Kf{c}}}Mn{}}{{{Kf{c}}{Kf{c}}}Al{}}{{{Lf{}{{Ld{c}}}}c}{{`{{Jb{}{{Kj{{BIh{d}}}}}}Md}}}{MdBF`}}{{{BCl{c}}c}{{BIh{d}}}{MdBF`}}{{{BIj{c}}c}{{Ad{dAAb}}}{MdBF`}}{{{BIl{ceg}}e}{{Ad{dAAb}}}Lf{MdBF`}{{AJ`{e}{{Kj{}}}}IlMdBF`}}{{{BIn{ceg}}e}{{Ad{dAAb}}}Lf{MdBF`}{{AJ`{e}{{Kj{B`}}}}IlMdBF`}}{{{Kf{c}}e}{{Ad{dAAb}}}{MdBF`}{}}{{{BJ`{ce}}Mn}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}Mn}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJ`{ce}}}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{ce{}{}}00000{cBf{}}{c{{Ad{e}}}{}{}}000000000000000{{{Lf{}{{Ld{c}}}}c}{{BIh{d}}}{MdBF`}}<;:98{cCh{}}000000044444444{{{Lf{}{{Ld{c}}}}g}{{BIn{{Lf{}{{Ld{c}}}}eg}}}{MdBF`}{MdBF`}{{AJ`{e}{{Kj{{B`{c}}}}}}MdBF`Il}}{{{Lf{}{{Ld{c}}}}g}{{BIl{{Lf{}{{Ld{c}}}}eg}}}{MdBF`}{MdBF`}{{AJ`{e}{{Kj{c}}}}MdBF`Il}}{{{BJ`{ce}}Mn{l{h}}}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}Mn{l{h}}}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}{{{BJ`{ce}}MnMb}{{Oj{d}}}AC`{{BJd{MnAn}}}}{{{BJb{ce}}MnMb}{{Oj{d}}}AC`{{AJ`{MnAn}{{Kj{{Oj{d}}}}}}}}","D":"JKb","p":[[5,"Private",4277],[1,"unit"],[5,"Hash",0,4278],[1,"u8"],[1,"array"],[1,"slice"],[6,"BlobFormat",0,4278],[5,"HashAndFormat",0,4278],[6,"Ordering",4279],[6,"Result",4280],[10,"Deserializer",4281],[1,"char"],[10,"FromIterator",4282],[1,"bool"],[1,"usize"],[6,"Option",4283],[5,"Formatter",4284],[5,"Error",4284],[5,"String",4285],[5,"Hash",4286],[5,"DownloadKind",436],[1,"str"],[10,"Hasher",4287],[5,"Arc",4288],[10,"Any",4289],[10,"AsRef",4290],[10,"Serializer",4291],[5,"TypeId",4289],[5,"TypeName",4292],[5,"Client",1786],[5,"NodeAddr",4293],[6,"BlobSourceIroh",137],[6,"SetTagOption",3768],[6,"TicketOption",137],[6,"WrapOption",1786],[8,"Result",4294],[6,"BlobSource",137],[5,"BlobAddOptions",137],[5,"ProvideResponseEntry",137],[5,"Vec",4295],[1,"tuple"],[17,"Item"],[6,"AddProgress",1605],[10,"Stream",4296],[10,"Unpin",4297],[5,"Command",4298],[6,"BlobCommands",137],[6,"TicketOrHash",137],[6,"ListCommands",137],[6,"DeleteCommands",137],[6,"OutputTarget",137],[8,"Result",4284],[5,"ProvideProgressState",137],[5,"ArgMatches",4299],[8,"Error",4300],[5,"Id",4301],[6,"DownloadProgress",762],[6,"TagCommands",409],[5,"Client",2209],[5,"Downloader",436],[5,"DownloadHandle",436],[5,"IntentId",436],[5,"DownloadRequest",436],[6,"DownloadError",436],[5,"ConcurrencyLimits",436],[5,"RetryConfig",436],[6,"FailureAction",436],[6,"GetOutput",436],[10,"Debug",4284],[6,"GetError",882],[17,"Connection"],[17,"NeedsConn"],[10,"Getter",436],[8,"BoxedLocal",4302],[10,"NeedsConn",436],[10,"Dialer",436],[8,"NodeId",4303],[10,"Clone",4304],[5,"Join2",4305],[10,"IntoFuture",4306],[10,"Future",4307],[10,"Into",4290],[10,"IntoIterator",4282],[5,"Endpoint",4308],[5,"LocalPoolHandle",4001],[10,"Store",3142,4309],[5,"Pin",4310],[5,"Context",4311],[6,"Poll",4312],[5,"Stats",705],[5,"AsyncChannelProgressSender",4114],[5,"Race2",4313],[17,"Output"],[6,"ExportProgress",634],[5,"PathBuf",4314],[6,"ExportFormat",3142,4309],[6,"ExportMode",3142,4309],[17,"Msg"],[10,"ProgressSender",4114],[10,"IdGenerator",4114],[5,"ExportResponse",2372],[5,"Collection",669],[10,"Iterator",4315],[10,"SimpleStore",669],[5,"Bytes",4316],[10,"Send",4297],[10,"Map",3142,4309],[5,"AtStartRoot",911],[6,"EndBlobNext",911],[5,"HashSeq",1232],[1,"u64"],[5,"BTreeMap",4317],[5,"TempTag",3768],[10,"DoubleEndedIterator",4318],[6,"GetResponseError",705],[6,"WriteError",4319],[6,"DecodeError",4320],[5,"Error",4294],[6,"ConnectionError",4321],[6,"ReadError",4322],[6,"Error",4323],[1,"f64"],[10,"Error",4324],[6,"BlobInfo",762],[8,"Result",4325],[6,"BlobId",762],[5,"GetStateNeedsConn",762],[6,"GetState",762],[5,"DownloadResponse",2372],[5,"Connection",4326],[10,"FnOnce",4327],[8,"ChunkRanges",4328],[6,"BaoBlobSize",3142,4309],[5,"ClosedStream",4329],[6,"ConnectedNextError",911],[5,"Error",4325],[6,"ProgressSendError",4114],[6,"DecodeError",911],[6,"AtBlobHeaderNextError",911],[5,"AtStartChild",911],[5,"AtBlobHeader",911],[5,"AtEndBlob",911],[5,"AtBlobContent",911],[5,"AtClosing",911],[5,"AtInitial",911],[5,"AtConnected",911],[6,"ConnectedNext",911],[6,"BlobContentNext",911],[6,"BaoContentItem",4330],[5,"GetRequest",1435],[5,"BaoTree",4328],[10,"AsyncSliceWriter",4331],[10,"BaoBatchWriter",3142,4309],[10,"OutboardMut",4332],[5,"TransferState",1140],[5,"BlobState",1140],[6,"BlobProgress",1140],[5,"ChunkNum",4333],[5,"RangeSpecSeq",1435,4334],[10,"Rng",4335],[5,"HashSeqStream",1232],[5,"HashSeqIter",1232],[5,"IntoFallible",4336],[10,"AsyncSliceReader",4331],[5,"ProgressBar",4337],[5,"ProgressBarIter",4338],[5,"Convert",4336],[5,"Metrics",1295],[5,"IntoIter",4339],[5,"Blobs",1325],[5,"Connecting",4308],[8,"Boxed",4302],[8,"ProtectCb",1325],[5,"Builder",1325],[8,"MemClient",1786],[5,"BlobDownloadRequest",1325],[6,"DownloadMode",1325],[5,"BatchId",1325],[5,"EventSender",1605],[6,"Request",2249],[5,"RpcService",2249],[5,"RpcChannel",4340],[6,"RpcServerError",4340],[10,"ChannelTypes",4340],[5,"Store",3644],[5,"Store",3518],[5,"Path",4314],[5,"GcConfig",3142,4309],[6,"Request",2372],[5,"RangeSpec",1435,4334],[6,"Request",1435],[6,"Closed",1435],[5,"NonEmptyRequestRangeSpecIter",1435,4334],[5,"UnknownErrorCode",1435],[8,"ChunkRangesRef",4328],[5,"VarInt",4341],[6,"Event",1605],[5,"TransferStats",1605],[6,"SentStatus",1605],[6,"BatchAddPathProgress",1605],[5,"ResponseWriter",1605],[5,"AddStreamResponse",2372],[5,"AddPathResponse",2372],[10,"CustomEventSender",1605],[5,"RecvStream",4322],[5,"SliceReaderStats",4342],[10,"AsyncStreamWriter",4331],[10,"Fn",4327],[5,"Batch",1786,4343],[10,"Connector",4344],[5,"AddOutcome",1786],[5,"Tag",3768],[5,"AddDirOpts",1786,4343],[5,"AddFileOpts",1786,4343],[5,"AddProgress",1786],[10,"AsyncRead",4345],[5,"AddReaderOpts",1786,4343],[6,"ReadAtLen",1786],[5,"Chain2",4346],[10,"IntoStream",4347],[6,"BlobStatus",1786],[5,"DownloadOutcome",1786],[5,"ExportOutcome",1786],[5,"DownloadOptions",1786],[6,"ConsistencyCheckProgress",3142,4309],[5,"CollectionInfo",1786],[5,"BlobInfo",1786],[5,"IncompleteBlobInfo",1786],[5,"DownloadProgress",1786],[5,"ExportProgress",1786],[5,"Reader",1786],[5,"BlobStatusResponse",2372],[5,"RpcClient",4348],[5,"Merge2",4349],[5,"ReadBuf",4350],[6,"NotKeyed",4351],[5,"RateLimiter",4352],[5,"RatelimitedStream",4353],[10,"DirectStateStore",4351],[10,"ReasonablyRealtime",4354],[10,"RateLimitingMiddleware",4355],[5,"Jitter",4356],[6,"ValidateProgress",3142,4309],[5,"Zip2",4357],[5,"TagInfo",2209],[6,"Response",2249],[6,"Response",2997],[5,"ExportRequest",2372],[6,"Request",2997],[5,"ReadAtRequest",2372],[5,"AddPathRequest",2372],[5,"ValidateRequest",2372],[5,"CreateCollectionRequest",2372],[5,"BatchAddPathRequest",2372],[5,"ConsistencyCheckRequest",2372],[5,"BatchCreateRequest",2372],[5,"BlobStatusRequest",2372],[5,"BatchCreateTempTagRequest",2372],[5,"ListRequest",2997],[5,"AddStreamRequest",2372],[5,"DeleteRequest",2372],[6,"AddStreamUpdate",2372],[5,"BatchAddStreamRequest",2372],[5,"ListRequest",2372],[6,"BatchUpdate",2372],[5,"ListIncompleteRequest",2372],[5,"DeleteRequest",2997],[5,"CreateRequest",2997],[6,"BatchAddStreamUpdate",2372],[5,"SetRequest",2997],[8,"RpcResult",2249],[5,"CreateCollectionResponse",2372],[5,"BatchAddPathResponse",2372],[6,"BatchAddStreamResponse",2372],[6,"BatchCreateResponse",2372],[6,"ReadAtResponse",2372],[6,"Response",2372],[6,"SyncMode",2997],[10,"MapEntryMut",3142,4309],[10,"ReadableStore",3142,4309],[8,"DbIter",3142,4309],[6,"EntryStatus",3142,4309],[6,"ImportMode",3142,4309],[6,"ReportLevel",3142,4309],[6,"Event",3142,4309],[5,"BoxedProgressSender",4114],[10,"MapEntry",3142,4309],[17,"EntryMut"],[10,"MapMut",3142,4309],[8,"ExportProgressCb",3142,4309],[6,"GcMarkEvent",3142,4309],[6,"GcSweepEvent",3142,4309],[6,"ImportProgress",3142,4309],[6,"ExportProgress",3142,4309],[5,"BTreeSet",4358],[17,"Entry"],[10,"Outboard",4332],[5,"Box",4359],[8,"Entry",3518],[5,"InlineOptions",3518],[5,"PathOptions",3518],[5,"BatchOptions",3518],[5,"Options",3518],[10,"Sync",4297],[5,"Entry",3644],[5,"Entry",3704],[5,"Store",3704],[6,"MemOrFile",3768,4360],[5,"SparseMemFile",3768,4361],[10,"TagCounter",3768],[10,"TagDrop",3768],[5,"Weak",4288],[5,"SystemTime",4362],[10,"Default",4363],[8,"RangeSet2",4364],[10,"WriteAt",4365],[5,"File",4366],[5,"TypeName",4292],[5,"DataSource",3914],[5,"PathContent",3914],[5,"SecretKey",4303],[6,"Cow",4367],[5,"TrackingReader",3968],[5,"TrackingWriter",3968],[10,"AsyncWrite",4368],[10,"AsyncStreamReader",4331],[5,"Run",4001],[5,"LocalPool",4001],[6,"PanicMode",4001],[5,"Config",4001],[6,"SpawnError",4001],[8,"ProgressSendResult",4114],[5,"IgnoreProgressSender",4114],[5,"WithMap",4114],[5,"WithFilterMap",4114],[5,"ProgressSliceWriter",4114],[5,"FallibleProgressSliceWriter",4114],[10,"FnMut",4327],[5,"Sender",4369],[15,"Share",382],[15,"Get",382],[15,"Export",382],[15,"Add",382],[15,"Validate",382],[15,"ConsistencyCheck",382],[15,"LocalFs",406],[15,"Blob",408],[15,"Delete",434],[15,"Found",660],[15,"Progress",660],[15,"Done",660],[15,"Partial",866],[15,"Complete",866],[15,"FoundLocal",869],[15,"Found",869],[15,"FoundHashSeq",869],[15,"Progress",869],[15,"Done",869],[15,"AllDone",1744],[15,"Done",1744],[15,"Found",1744],[15,"Progress",1744],[15,"Done",1754],[15,"Progress",1754],[15,"Found",1754],[15,"ClientConnected",1757],[15,"GetRequestReceived",1757],[15,"TransferHashSeqStarted",1757],[15,"TransferProgress",1757],[15,"TransferBlobCompleted",1757],[15,"TransferCompleted",1757],[15,"TransferAborted",1757],[15,"TaggedBlobAdded",1757],[15,"Partial",2206],[15,"Complete",2206],[15,"Wrap",2208],[15,"Result",2992],[15,"OutboardProgress",2992],[15,"Data",2994],[15,"Entry",2994],[15,"Update",3481],[15,"Start",3484],[15,"Progress",3484],[15,"Done",3484],[15,"OutboardDone",3491],[15,"Found",3491],[15,"CopyProgress",3491],[15,"Size",3491],[15,"OutboardProgress",3491],[15,"EntryDone",3501],[15,"Entry",3501],[15,"PartialEntry",3501],[15,"EntryProgress",3501],[15,"PartialEntryProgress",3501],[15,"PartialEntryDone",3501],[15,"Starting",3501]],"r":[[0,1435],[1,4278],[3,4278],[4,4278],[8,3768],[9,3768],[1441,4334],[1443,4334],[1444,4334],[1786,4343],[1787,4343],[1790,4343],[1793,4343],[1799,1325],[3145,4309],[3146,4309],[3150,4309],[3158,4309],[3166,4309],[3170,4309],[3171,4309],[3172,4309],[3173,4309],[3174,4309],[3177,4309],[3178,4309],[3180,4309],[3181,4309],[3182,4309],[3184,4309],[3185,4309],[3186,4309],[3187,4309],[3196,4309],[3197,4309],[3202,4309],[3208,4309],[3771,4360],[3774,4361]],"b":[[13,"impl-Value-for-Hash"],[14,"impl-Hash"],[17,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-Hash"],[18,"impl-Borrow%3C%5Bu8%5D%3E-for-Hash"],[64,"impl-Display-for-Hash"],[65,"impl-Debug-for-Hash"],[66,"impl-Display-for-BlobFormat"],[67,"impl-Debug-for-BlobFormat"],[68,"impl-Debug-for-HashAndFormat"],[69,"impl-Display-for-HashAndFormat"],[74,"impl-From%3C%26%5Bu8;+32%5D%3E-for-Hash"],[75,"impl-From%3C%5Bu8;+32%5D%3E-for-Hash"],[76,"impl-From%3CHash%3E-for-Hash"],[80,"impl-Hash"],[81,"impl-Value-for-Hash"],[243,"impl-Debug-for-TicketOrHash"],[244,"impl-Display-for-TicketOrHash"],[248,"impl-Display-for-BlobSource"],[249,"impl-Debug-for-BlobSource"],[254,"impl-Debug-for-OutputTarget"],[255,"impl-Display-for-OutputTarget"],[512,"impl-Display-for-IntentId"],[513,"impl-Debug-for-IntentId"],[519,"impl-Display-for-DownloadKind"],[520,"impl-Debug-for-DownloadKind"],[521,"impl-Debug-for-DownloadError"],[522,"impl-Display-for-DownloadError"],[540,"impl-Hash-for-DownloadKind"],[541,"impl-DownloadKind"],[732,"impl-Display-for-GetResponseError"],[733,"impl-Debug-for-GetResponseError"],[735,"impl-From%3CWriteError%3E-for-GetResponseError"],[736,"impl-From%3CDecodeError%3E-for-GetResponseError"],[738,"impl-From%3CError%3E-for-GetResponseError"],[739,"impl-From%3CConnectionError%3E-for-GetResponseError"],[740,"impl-From%3CReadError%3E-for-GetResponseError"],[741,"impl-From%3CError%3E-for-GetResponseError"],[836,"impl-GetStateNeedsConn"],[837,"impl-NeedsConn%3CConnection%3E-for-GetStateNeedsConn"],[891,"impl-Debug-for-GetError"],[892,"impl-Display-for-GetError"],[893,"impl-From%3CClosedStream%3E-for-GetError"],[894,"impl-From%3CConnectionError%3E-for-GetError"],[896,"impl-From%3CConnectedNextError%3E-for-GetError"],[897,"impl-From%3CWriteError%3E-for-GetError"],[898,"impl-From%3CError%3E-for-GetError"],[899,"impl-From%3CProgressSendError%3E-for-GetError"],[900,"impl-From%3CDecodeError%3E-for-GetError"],[901,"impl-From%3CReadError%3E-for-GetError"],[902,"impl-From%3CAtBlobHeaderNextError%3E-for-GetError"],[986,"impl-Debug-for-ConnectedNextError"],[987,"impl-Display-for-ConnectedNextError"],[991,"impl-Debug-for-AtBlobHeaderNextError"],[992,"impl-Display-for-AtBlobHeaderNextError"],[994,"impl-Debug-for-DecodeError"],[995,"impl-Display-for-DecodeError"],[1002,"impl-From%3CAtStartChild%3E-for-ConnectedNext"],[1004,"impl-From%3CAtClosing%3E-for-ConnectedNext"],[1005,"impl-From%3CAtStartRoot%3E-for-ConnectedNext"],[1006,"impl-From%3CWriteError%3E-for-ConnectedNextError"],[1008,"impl-From%3CClosedStream%3E-for-ConnectedNextError"],[1014,"impl-From%3CDecodeError%3E-for-DecodeError"],[1015,"impl-From%3CAtBlobHeaderNextError%3E-for-DecodeError"],[1016,"impl-From%3CError%3E-for-DecodeError"],[1019,"impl-From%3CAtEndBlob%3E-for-BlobContentNext"],[1020,"impl-From%3C(AtBlobContent,+Result%3CBaoContentItem,+DecodeError%3E)%3E-for-BlobContentNext"],[1022,"impl-From%3CAtClosing%3E-for-EndBlobNext"],[1024,"impl-From%3CAtStartChild%3E-for-EndBlobNext"],[1414,"impl-TryFrom%3CRequest%3E-for-BlobDownloadRequest"],[1415,"impl-TryFrom%3C%26Request%3E-for-%26BlobDownloadRequest"],[1416,"impl-TryFrom%3CRequest%3E-for-BlobDownloadRequest"],[1417,"impl-TryFrom%3C%26Request%3E-for-%26BlobDownloadRequest"],[1518,"impl-Debug-for-UnknownErrorCode"],[1519,"impl-Display-for-UnknownErrorCode"],[1677,"impl-From%3CAddStreamResponse%3E-for-AddProgress"],[1678,"impl-From%3CAddPathResponse%3E-for-AddProgress"],[2238,"impl-TryFrom%3CResponse%3E-for-TagInfo"],[2239,"impl-TryFrom%3CResponse%3E-for-TagInfo"],[2241,"impl-TryFrom%3C%26Response%3E-for-%26TagInfo"],[2242,"impl-TryFrom%3C%26Response%3E-for-%26TagInfo"],[2276,"impl-From%3CExportRequest%3E-for-Request"],[2277,"impl-From%3CRequest%3E-for-Request"],[2278,"impl-From%3CReadAtRequest%3E-for-Request"],[2280,"impl-From%3CAddPathRequest%3E-for-Request"],[2281,"impl-From%3CValidateRequest%3E-for-Request"],[2282,"impl-From%3CCreateCollectionRequest%3E-for-Request"],[2283,"impl-From%3CBatchAddPathRequest%3E-for-Request"],[2284,"impl-From%3CConsistencyCheckRequest%3E-for-Request"],[2285,"impl-From%3CBatchCreateRequest%3E-for-Request"],[2286,"impl-From%3CBlobStatusRequest%3E-for-Request"],[2287,"impl-From%3CBlobDownloadRequest%3E-for-Request"],[2288,"impl-From%3CBatchCreateTempTagRequest%3E-for-Request"],[2289,"impl-From%3CListRequest%3E-for-Request"],[2290,"impl-From%3CAddStreamRequest%3E-for-Request"],[2291,"impl-From%3CRequest%3E-for-Request"],[2292,"impl-From%3CDeleteRequest%3E-for-Request"],[2293,"impl-From%3CAddStreamUpdate%3E-for-Request"],[2294,"impl-From%3CBatchAddStreamRequest%3E-for-Request"],[2295,"impl-From%3CListRequest%3E-for-Request"],[2296,"impl-From%3CBatchUpdate%3E-for-Request"],[2297,"impl-From%3CListIncompleteRequest%3E-for-Request"],[2298,"impl-From%3CDeleteRequest%3E-for-Request"],[2299,"impl-From%3CCreateRequest%3E-for-Request"],[2300,"impl-From%3CBatchAddStreamUpdate%3E-for-Request"],[2301,"impl-From%3CSetRequest%3E-for-Request"],[2302,"impl-From%3CResponse%3E-for-Response"],[2303,"impl-From%3CResult%3CTag,+Error%3E%3E-for-Response"],[2304,"impl-From%3CResult%3CCreateCollectionResponse,+Error%3E%3E-for-Response"],[2306,"impl-From%3CAddStreamResponse%3E-for-Response"],[2307,"impl-From%3CBatchAddPathResponse%3E-for-Response"],[2308,"impl-From%3CAddPathResponse%3E-for-Response"],[2309,"impl-From%3CResult%3C(),+Error%3E%3E-for-Response"],[2310,"impl-From%3CBatchAddStreamResponse%3E-for-Response"],[2311,"impl-From%3CBatchCreateResponse%3E-for-Response"],[2312,"impl-From%3CTagInfo%3E-for-Response"],[2313,"impl-From%3CExportResponse%3E-for-Response"],[2314,"impl-From%3CValidateProgress%3E-for-Response"],[2315,"impl-From%3CResult%3CBlobStatusResponse,+Error%3E%3E-for-Response"],[2316,"impl-From%3CResult%3CIncompleteBlobInfo,+Error%3E%3E-for-Response"],[2317,"impl-From%3CConsistencyCheckProgress%3E-for-Response"],[2318,"impl-From%3CResult%3CReadAtResponse,+Error%3E%3E-for-Response"],[2319,"impl-From%3CResult%3CBlobInfo,+Error%3E%3E-for-Response"],[2320,"impl-From%3CDownloadResponse%3E-for-Response"],[2321,"impl-From%3CResponse%3E-for-Response"],[2332,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CCreateCollectionResponse,+Error%3E"],[2333,"impl-TryFrom%3C%26Response%3E-for-%26Result%3C(),+Error%3E"],[2334,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CIncompleteBlobInfo,+Error%3E"],[2335,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobStatusResponse,+Error%3E"],[2336,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CReadAtResponse,+Error%3E"],[2337,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CTag,+Error%3E"],[2338,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CReadAtResponse,+Error%3E"],[2339,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobInfo,+Error%3E"],[2340,"impl-TryFrom%3CResponse%3E-for-Result%3C(),+Error%3E"],[2341,"impl-TryFrom%3CResponse%3E-for-Result%3C(),+Error%3E"],[2342,"impl-TryFrom%3C%26Response%3E-for-%26Result%3C(),+Error%3E"],[2343,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CIncompleteBlobInfo,+Error%3E"],[2344,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobInfo,+Error%3E"],[2345,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobStatusResponse,+Error%3E"],[2346,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobInfo,+Error%3E"],[2347,"impl-TryFrom%3CResponse%3E-for-Result%3CReadAtResponse,+Error%3E"],[2348,"impl-TryFrom%3CResponse%3E-for-Result%3CCreateCollectionResponse,+Error%3E"],[2349,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CTag,+Error%3E"],[2350,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobInfo,+Error%3E"],[2351,"impl-TryFrom%3CResponse%3E-for-Result%3CTag,+Error%3E"],[2352,"impl-TryFrom%3CResponse%3E-for-Result%3CIncompleteBlobInfo,+Error%3E"],[2353,"impl-TryFrom%3CResponse%3E-for-Result%3CTag,+Error%3E"],[2354,"impl-TryFrom%3CResponse%3E-for-Result%3CIncompleteBlobInfo,+Error%3E"],[2355,"impl-TryFrom%3CResponse%3E-for-Result%3CReadAtResponse,+Error%3E"],[2356,"impl-TryFrom%3CResponse%3E-for-Result%3CBlobStatusResponse,+Error%3E"],[2357,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CCreateCollectionResponse,+Error%3E"],[2358,"impl-TryFrom%3C%26Response%3E-for-%26Result%3CBlobStatusResponse,+Error%3E"],[2359,"impl-TryFrom%3CResponse%3E-for-Result%3CCreateCollectionResponse,+Error%3E"],[2551,"impl-Debug-for-Request"],[2552,"impl-Display-for-Request"],[2553,"impl-Display-for-Response"],[2554,"impl-Debug-for-Response"],[2586,"impl-From%3CListIncompleteRequest%3E-for-Request"],[2587,"impl-From%3CBlobStatusRequest%3E-for-Request"],[2588,"impl-From%3CDeleteRequest%3E-for-Request"],[2590,"impl-From%3CConsistencyCheckRequest%3E-for-Request"],[2591,"impl-From%3CBatchAddStreamRequest%3E-for-Request"],[2592,"impl-From%3CCreateCollectionRequest%3E-for-Request"],[2593,"impl-From%3CReadAtRequest%3E-for-Request"],[2594,"impl-From%3CBatchAddPathRequest%3E-for-Request"],[2595,"impl-From%3CAddStreamUpdate%3E-for-Request"],[2596,"impl-From%3CBatchAddStreamUpdate%3E-for-Request"],[2597,"impl-From%3CAddPathRequest%3E-for-Request"],[2598,"impl-From%3CListRequest%3E-for-Request"],[2599,"impl-From%3CBatchCreateRequest%3E-for-Request"],[2600,"impl-From%3CBatchUpdate%3E-for-Request"],[2601,"impl-From%3CBlobDownloadRequest%3E-for-Request"],[2602,"impl-From%3CAddStreamRequest%3E-for-Request"],[2603,"impl-From%3CBatchCreateTempTagRequest%3E-for-Request"],[2604,"impl-From%3CValidateRequest%3E-for-Request"],[2605,"impl-From%3CExportRequest%3E-for-Request"],[2606,"impl-From%3CExportResponse%3E-for-Response"],[2607,"impl-From%3CAddStreamResponse%3E-for-Response"],[2608,"impl-From%3CResult%3CBlobInfo,+Error%3E%3E-for-Response"],[2609,"impl-From%3CAddPathResponse%3E-for-Response"],[2610,"impl-From%3CBatchAddPathResponse%3E-for-Response"],[2611,"impl-From%3CConsistencyCheckProgress%3E-for-Response"],[2613,"impl-From%3CBatchCreateResponse%3E-for-Response"],[2614,"impl-From%3CDownloadResponse%3E-for-Response"],[2615,"impl-From%3CResult%3CBlobStatusResponse,+Error%3E%3E-for-Response"],[2616,"impl-From%3CResult%3CCreateCollectionResponse,+Error%3E%3E-for-Response"],[2617,"impl-From%3CBatchAddStreamResponse%3E-for-Response"],[2618,"impl-From%3CResult%3CReadAtResponse,+Error%3E%3E-for-Response"],[2619,"impl-From%3CValidateProgress%3E-for-Response"],[2620,"impl-From%3CResult%3CIncompleteBlobInfo,+Error%3E%3E-for-Response"],[2768,"impl-TryFrom%3CRequest%3E-for-Request"],[2769,"impl-TryFrom%3C%26Request%3E-for-%26Request"],[2770,"impl-TryFrom%3C%26Response%3E-for-%26Response"],[2771,"impl-TryFrom%3CResponse%3E-for-Response"],[2773,"impl-TryFrom%3C%26Request%3E-for-%26AddPathRequest"],[2774,"impl-TryFrom%3CRequest%3E-for-AddPathRequest"],[2775,"impl-TryFrom%3CRequest%3E-for-AddPathRequest"],[2777,"impl-TryFrom%3C%26Request%3E-for-%26AddPathRequest"],[2779,"impl-TryFrom%3CResponse%3E-for-AddPathResponse"],[2780,"impl-TryFrom%3C%26Response%3E-for-%26AddPathResponse"],[2781,"impl-TryFrom%3CResponse%3E-for-AddPathResponse"],[2782,"impl-TryFrom%3C%26Response%3E-for-%26AddPathResponse"],[2784,"impl-TryFrom%3CResponse%3E-for-DownloadResponse"],[2785,"impl-TryFrom%3C%26Response%3E-for-%26DownloadResponse"],[2786,"impl-TryFrom%3C%26Response%3E-for-%26DownloadResponse"],[2787,"impl-TryFrom%3CResponse%3E-for-DownloadResponse"],[2788,"impl-TryFrom%3CRequest%3E-for-ExportRequest"],[2789,"impl-TryFrom%3C%26Request%3E-for-%26ExportRequest"],[2790,"impl-TryFrom%3C%26Request%3E-for-%26ExportRequest"],[2791,"impl-TryFrom%3CRequest%3E-for-ExportRequest"],[2793,"impl-TryFrom%3CResponse%3E-for-ExportResponse"],[2794,"impl-TryFrom%3C%26Response%3E-for-%26ExportResponse"],[2795,"impl-TryFrom%3CResponse%3E-for-ExportResponse"],[2796,"impl-TryFrom%3C%26Response%3E-for-%26ExportResponse"],[2798,"impl-TryFrom%3C%26Request%3E-for-%26ConsistencyCheckRequest"],[2799,"impl-TryFrom%3CRequest%3E-for-ConsistencyCheckRequest"],[2800,"impl-TryFrom%3C%26Request%3E-for-%26ConsistencyCheckRequest"],[2801,"impl-TryFrom%3CRequest%3E-for-ConsistencyCheckRequest"],[2803,"impl-TryFrom%3CRequest%3E-for-ValidateRequest"],[2804,"impl-TryFrom%3C%26Request%3E-for-%26ValidateRequest"],[2805,"impl-TryFrom%3C%26Request%3E-for-%26ValidateRequest"],[2806,"impl-TryFrom%3CRequest%3E-for-ValidateRequest"],[2809,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[2810,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[2811,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[2812,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[2813,"impl-TryFrom%3CRequest%3E-for-ListIncompleteRequest"],[2814,"impl-TryFrom%3CRequest%3E-for-ListIncompleteRequest"],[2816,"impl-TryFrom%3C%26Request%3E-for-%26ListIncompleteRequest"],[2817,"impl-TryFrom%3C%26Request%3E-for-%26ListIncompleteRequest"],[2819,"impl-TryFrom%3CRequest%3E-for-ReadAtRequest"],[2820,"impl-TryFrom%3C%26Request%3E-for-%26ReadAtRequest"],[2821,"impl-TryFrom%3C%26Request%3E-for-%26ReadAtRequest"],[2822,"impl-TryFrom%3CRequest%3E-for-ReadAtRequest"],[2824,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamRequest"],[2825,"impl-TryFrom%3CRequest%3E-for-AddStreamRequest"],[2826,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamRequest"],[2827,"impl-TryFrom%3CRequest%3E-for-AddStreamRequest"],[2829,"impl-TryFrom%3CRequest%3E-for-AddStreamUpdate"],[2830,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamUpdate"],[2831,"impl-TryFrom%3CRequest%3E-for-AddStreamUpdate"],[2832,"impl-TryFrom%3C%26Request%3E-for-%26AddStreamUpdate"],[2834,"impl-TryFrom%3C%26Response%3E-for-%26AddStreamResponse"],[2836,"impl-TryFrom%3CResponse%3E-for-AddStreamResponse"],[2837,"impl-TryFrom%3C%26Response%3E-for-%26AddStreamResponse"],[2838,"impl-TryFrom%3CResponse%3E-for-AddStreamResponse"],[2839,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[2841,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[2842,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[2843,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[2844,"impl-TryFrom%3CRequest%3E-for-CreateCollectionRequest"],[2845,"impl-TryFrom%3C%26Request%3E-for-%26CreateCollectionRequest"],[2847,"impl-TryFrom%3C%26Request%3E-for-%26CreateCollectionRequest"],[2848,"impl-TryFrom%3CRequest%3E-for-CreateCollectionRequest"],[2850,"impl-TryFrom%3CRequest%3E-for-BlobStatusRequest"],[2851,"impl-TryFrom%3CRequest%3E-for-BlobStatusRequest"],[2852,"impl-TryFrom%3C%26Request%3E-for-%26BlobStatusRequest"],[2853,"impl-TryFrom%3C%26Request%3E-for-%26BlobStatusRequest"],[2856,"impl-TryFrom%3CRequest%3E-for-BatchCreateRequest"],[2858,"impl-TryFrom%3CRequest%3E-for-BatchCreateRequest"],[2859,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateRequest"],[2860,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateRequest"],[2862,"impl-TryFrom%3CRequest%3E-for-BatchUpdate"],[2863,"impl-TryFrom%3CRequest%3E-for-BatchUpdate"],[2864,"impl-TryFrom%3C%26Request%3E-for-%26BatchUpdate"],[2865,"impl-TryFrom%3C%26Request%3E-for-%26BatchUpdate"],[2866,"impl-TryFrom%3CResponse%3E-for-BatchCreateResponse"],[2867,"impl-TryFrom%3C%26Response%3E-for-%26BatchCreateResponse"],[2868,"impl-TryFrom%3C%26Response%3E-for-%26BatchCreateResponse"],[2869,"impl-TryFrom%3CResponse%3E-for-BatchCreateResponse"],[2871,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateTempTagRequest"],[2872,"impl-TryFrom%3CRequest%3E-for-BatchCreateTempTagRequest"],[2873,"impl-TryFrom%3C%26Request%3E-for-%26BatchCreateTempTagRequest"],[2875,"impl-TryFrom%3CRequest%3E-for-BatchCreateTempTagRequest"],[2877,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamRequest"],[2878,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamRequest"],[2879,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamRequest"],[2880,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamRequest"],[2881,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamUpdate"],[2882,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamUpdate"],[2884,"impl-TryFrom%3CRequest%3E-for-BatchAddStreamUpdate"],[2885,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddStreamUpdate"],[2886,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddStreamResponse"],[2887,"impl-TryFrom%3CResponse%3E-for-BatchAddStreamResponse"],[2888,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddStreamResponse"],[2890,"impl-TryFrom%3CResponse%3E-for-BatchAddStreamResponse"],[2891,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddPathRequest"],[2892,"impl-TryFrom%3CRequest%3E-for-BatchAddPathRequest"],[2893,"impl-TryFrom%3C%26Request%3E-for-%26BatchAddPathRequest"],[2894,"impl-TryFrom%3CRequest%3E-for-BatchAddPathRequest"],[2896,"impl-TryFrom%3CResponse%3E-for-BatchAddPathResponse"],[2897,"impl-TryFrom%3CResponse%3E-for-BatchAddPathResponse"],[2899,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddPathResponse"],[2900,"impl-TryFrom%3C%26Response%3E-for-%26BatchAddPathResponse"],[3038,"impl-Display-for-Request"],[3039,"impl-Debug-for-Request"],[3040,"impl-Display-for-Response"],[3041,"impl-Debug-for-Response"],[3047,"impl-From%3CDeleteRequest%3E-for-Request"],[3048,"impl-From%3CSetRequest%3E-for-Request"],[3049,"impl-From%3CCreateRequest%3E-for-Request"],[3051,"impl-From%3CListRequest%3E-for-Request"],[3053,"impl-From%3CResult%3CTag,+Error%3E%3E-for-Response"],[3054,"impl-From%3CTagInfo%3E-for-Response"],[3055,"impl-From%3CResult%3C(),+Error%3E%3E-for-Response"],[3093,"impl-TryFrom%3C%26Request%3E-for-%26Request"],[3094,"impl-TryFrom%3CRequest%3E-for-Request"],[3095,"impl-TryFrom%3C%26Response%3E-for-%26Response"],[3097,"impl-TryFrom%3CResponse%3E-for-Response"],[3099,"impl-TryFrom%3C%26Request%3E-for-%26CreateRequest"],[3100,"impl-TryFrom%3C%26Request%3E-for-%26CreateRequest"],[3101,"impl-TryFrom%3CRequest%3E-for-CreateRequest"],[3102,"impl-TryFrom%3CRequest%3E-for-CreateRequest"],[3104,"impl-TryFrom%3C%26Request%3E-for-%26SetRequest"],[3105,"impl-TryFrom%3CRequest%3E-for-SetRequest"],[3106,"impl-TryFrom%3C%26Request%3E-for-%26SetRequest"],[3107,"impl-TryFrom%3CRequest%3E-for-SetRequest"],[3109,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[3110,"impl-TryFrom%3C%26Request%3E-for-%26ListRequest"],[3112,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[3113,"impl-TryFrom%3CRequest%3E-for-ListRequest"],[3114,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[3116,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[3117,"impl-TryFrom%3C%26Request%3E-for-%26DeleteRequest"],[3118,"impl-TryFrom%3CRequest%3E-for-DeleteRequest"],[3323,"impl-Debug-for-ReportLevel"],[3324,"impl-Display-for-ReportLevel"],[3424,"impl-TryFrom%3C%26Response%3E-for-%26ConsistencyCheckProgress"],[3425,"impl-TryFrom%3C%26Response%3E-for-%26ConsistencyCheckProgress"],[3427,"impl-TryFrom%3CResponse%3E-for-ConsistencyCheckProgress"],[3428,"impl-TryFrom%3CResponse%3E-for-ConsistencyCheckProgress"],[3430,"impl-TryFrom%3CResponse%3E-for-ValidateProgress"],[3431,"impl-TryFrom%3C%26Response%3E-for-%26ValidateProgress"],[3432,"impl-TryFrom%3CResponse%3E-for-ValidateProgress"],[3433,"impl-TryFrom%3C%26Response%3E-for-%26ValidateProgress"],[3781,"impl-Value-for-Tag"],[3782,"impl-RedbValue-for-Tag"],[3804,"impl-RedbKey-for-Tag"],[3806,"impl-Key-for-Tag"],[3826,"impl-RedbValue-for-Tag"],[3827,"impl-Value-for-Tag"],[3831,"impl-Debug-for-Tag"],[3832,"impl-Display-for-Tag"],[3839,"impl-From%3CBytes%3E-for-Tag"],[3841,"impl-From%3CString%3E-for-Tag"],[3842,"impl-From%3C%26str%3E-for-Tag"],[3845,"impl-Value-for-Tag"],[3846,"impl-RedbValue-for-Tag"],[3881,"impl-MemOrFile%3CM,+(F,+u64)%3E"],[3882,"impl-Size-for-MemOrFile%3CBytes,+File%3E"],[3906,"impl-Value-for-Tag"],[3907,"impl-RedbValue-for-Tag"],[3938,"impl-From%3C%26Path%3E-for-DataSource"],[3939,"impl-From%3CPathBuf%3E-for-DataSource"],[4047,"impl-Debug-for-SpawnError"],[4048,"impl-Display-for-SpawnError"],[4176,"impl-Display-for-ProgressSendError"],[4177,"impl-Debug-for-ProgressSendError"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAFwLGgEJAAUAEAAJABsAEAAtABAAPwAHAEsAAgBPAAAAUgADAFcAAgBgAAIAaQACAHAAAgB1ABAAhwACAJcAAACnAAAAqwAIALcALwDoAAkA8wANAAcBAAAMAQAADgENACgBCwA6AQAAPQE0AHMBCgCFAQAAlwEBAJ0BBwCmAQIAqgEAAKwBCADPARgA6QEkABACAAAXAgAAHAIBACsCCgA3AgAAQQIAAEMCAABIAjEAgQIFAIoCAQCOAgYAoQIJAKwCAQCvAgEAugIAAL0CBADJAgQA0AIBANMCAQDWAgQA3AICAOACAQDjAgMA6gIBAO8CCwAQAwIAFAMdADYDAAA6AwAAQAMCAEQDAABGAwIASgMRAF4DBAB6AwUAgQMGAIkDBgC0AxsA2AMQAOsDAADtAwIA8QMAAPcDAgD8AwEA/wMAAAEEAAAUBA0AMAQBADMEAgA3BDcAfAQIAIcEBQCPBBUArgQCALkEAgC9BA4A1AQRAOkEAADuBAIA8wQBAPoEAAD9BAAA/wQCAAMFDAARBRIAJgUHADAFAAA2BQMAOwUJAEgFEQBbBQQAZwUAAG4FBAB1BQAAdwUAAHkFBAB/BQAAgQUaAKoFBACzBRsA0AUgAPQFAAD7BQIABgYGAA4GAAAYBgEAHAYDACIGBQApBhwAYQYdAIAGCwCOBgEAkgYAAJ8GBgCtBhMAwwYNAAgHAAAYBwoANgcpAGEHFQB5BwQAfwcGAIoHCQCZBxIAtwcAAOAHFgD5BwIA/wcAAAEIAwAOCBIAJggGADEIAAA5CAoARgg/AIcIEgCbCAMApQgGAK0IAgC2CAEAvAgPAM4IAQDTCAIA1wgMAOUIAgDpCBgAAwkPABYJBAAcCSgARwkCAEwJAQBRCQIAVgkBAFsJAgBgCQAAYwkCAGsJAQBwCQAAcgkBAHcJAQB7CQEAfgkDAIQJAACGCQEAigkEAJAJAgCWCUEA2gk9ABsKAgAfChUANgoHAEEKAABDCgAAUwoAAIIKHQCoCh0AywrkALELAQC2CwEAugsBAL4LAQDBCwIAyQshAOwLAADuCwIA/wsGAAoMBgATDCoAQAwGAGYMAACMDAcAlgwrAMUMAgDJDAYA0wwdAPIMDgApDQwAOw0AAD0NAAA/DQYATg05AIsNDQCdDRAAxw0EAM0NFwDmDQMA6w0HAPgNBwABDgAABw4FABUOAAAYDgAAGg4EACAOBgAoDg4AOA4EAD8OFQBXDggAYg4CAGYOEgB7DhUAkw4CAJcOAgCbDgEAng4AAKIOAgCmDhIAxA4DAMkOAADMDi8A/g4AAAAPAAACDwEABg8BABEPBAAiDwEAJg8DACsPAQAuDwIAMg8KAD4PDABNDwUAVA8KAGAPAQBjDwEAaA8BAG4PAAB2DwkAgw8DAIkPAQCPDwEAlQ8MAKsPAgCvDwsAvA8OAMwPBgDgDwcA6g8BAPIPEAAGEAsAIhAFACkQFAA/EBUAZRAHAHMQBAB6EB8AmxAUALIQAwA="}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex);