Struct rust_ipfs::repo::RepoOptions
source · pub struct RepoOptions { /* private fields */ }
Expand description
Configuration for a repo.
Trait Implementations§
source§impl Clone for RepoOptions
impl Clone for RepoOptions
source§fn clone(&self) -> RepoOptions
fn clone(&self) -> RepoOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RepoOptions
impl Debug for RepoOptions
source§impl From<&IpfsOptions> for RepoOptions
impl From<&IpfsOptions> for RepoOptions
source§fn from(options: &IpfsOptions) -> Self
fn from(options: &IpfsOptions) -> Self
Converts to this type from the input type.