pub struct vtkArchiver(/* private fields */);Expand description
Writes an archive
vtkArchiver is a base class for constructing an archive. The default implementation constructs a directory at the location of the ArchiveName and populates it with files and directories as requested by Insert(). Classes that derive from vtkArchiver can customize the output using such features as compression, in-memory serialization and third-party archival tools.
Implementations§
Source§impl vtkArchiver
impl vtkArchiver
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkArchiver wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkArchiver
impl Default for vtkArchiver
Auto Trait Implementations§
impl Freeze for vtkArchiver
impl RefUnwindSafe for vtkArchiver
impl !Send for vtkArchiver
impl !Sync for vtkArchiver
impl Unpin for vtkArchiver
impl UnwindSafe for vtkArchiver
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