pub struct ArchiveListResult {
pub path: String,
pub entries: Vec<String>,
pub truncated: bool,
}Fields§
§path: String§entries: Vec<String>§truncated: boolTrait Implementations§
Source§impl Clone for ArchiveListResult
impl Clone for ArchiveListResult
Source§fn clone(&self) -> ArchiveListResult
fn clone(&self) -> ArchiveListResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArchiveListResult
impl Debug for ArchiveListResult
Auto Trait Implementations§
impl Freeze for ArchiveListResult
impl RefUnwindSafe for ArchiveListResult
impl Send for ArchiveListResult
impl Sync for ArchiveListResult
impl Unpin for ArchiveListResult
impl UnsafeUnpin for ArchiveListResult
impl UnwindSafe for ArchiveListResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more