pub struct FilesystemPublication {
pub json_path: PathBuf,
pub gzip_path: Option<PathBuf>,
}Expand description
Files created by a filesystem publication backend.
Fields§
§json_path: PathBuf§gzip_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for FilesystemPublication
impl Clone for FilesystemPublication
Source§fn clone(&self) -> FilesystemPublication
fn clone(&self) -> FilesystemPublication
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FilesystemPublication
impl RefUnwindSafe for FilesystemPublication
impl Send for FilesystemPublication
impl Sync for FilesystemPublication
impl Unpin for FilesystemPublication
impl UnsafeUnpin for FilesystemPublication
impl UnwindSafe for FilesystemPublication
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