pub struct SnapshotFetchConfig {
pub snapshot_path: String,
}Fields§
§snapshot_path: StringTrait Implementations§
Source§impl Clone for SnapshotFetchConfig
impl Clone for SnapshotFetchConfig
Source§fn clone(&self) -> SnapshotFetchConfig
fn clone(&self) -> SnapshotFetchConfig
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 moreSource§impl Debug for SnapshotFetchConfig
impl Debug for SnapshotFetchConfig
Source§impl PartialEq for SnapshotFetchConfig
impl PartialEq for SnapshotFetchConfig
impl Eq for SnapshotFetchConfig
impl StructuralPartialEq for SnapshotFetchConfig
Auto Trait Implementations§
impl Freeze for SnapshotFetchConfig
impl RefUnwindSafe for SnapshotFetchConfig
impl Send for SnapshotFetchConfig
impl Sync for SnapshotFetchConfig
impl Unpin for SnapshotFetchConfig
impl UnsafeUnpin for SnapshotFetchConfig
impl UnwindSafe for SnapshotFetchConfig
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