[−][src]Struct the_process_foundry::applications::pg_basebackup::PgBaseBackup
Fields
instance: AppInstance
parent: Rc<dyn ContainerTrait>
Implementations
impl PgBaseBackup
[src]
fn get_module_version() -> Result<Version>
[src]
pub fn run(&self, opts: Options) -> Result<String>
[src]
Trait Implementations
impl AppTrait for PgBaseBackup
[src]
fn get_name(&self) -> String
[src]
fn build(
instance: AppInstance,
parent: Option<Rc<dyn ContainerTrait>>
) -> Result<PgBaseBackup>
[src]
instance: AppInstance,
parent: Option<Rc<dyn ContainerTrait>>
) -> Result<PgBaseBackup>
fn set_version(&self, _instance: AppInstance) -> Result<AppInstance>
[src]
Knows how to get the version number of the installed app (not the module version)
impl Clone for PgBaseBackup
[src]
fn clone(&self) -> PgBaseBackup
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for PgBaseBackup
[src]
Auto Trait Implementations
impl !RefUnwindSafe for PgBaseBackup
impl !Send for PgBaseBackup
impl !Sync for PgBaseBackup
impl Unpin for PgBaseBackup
impl !UnwindSafe for PgBaseBackup
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,