Struct asuran::repository::backend::sftp::manifest::SFTPManifest [−][src]
pub struct SFTPManifest { /* fields omitted */ }
Implementations
pub fn connect(
settings: impl Into<SFTPConnection>,
key: &Key,
chunk_settings: Option<ChunkSettings>
) -> Result<Self>
pub fn connect(
settings: impl Into<SFTPConnection>,
key: &Key,
chunk_settings: Option<ChunkSettings>
) -> Result<Self>
Will attempt to open or create a manifest at the location pointed to by the path variable of the given settings at the given server
Trait Implementations
type Iterator = IntoIter<StoredArchive>
Auto Trait Implementations
impl !RefUnwindSafe for SFTPManifest
impl !Send for SFTPManifest
impl !Sync for SFTPManifest
impl Unpin for SFTPManifest
impl !UnwindSafe for SFTPManifest
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more