pub struct DeployerBuild {
pub deployer: Box<dyn Deployer>,
pub observed_fp: Option<FingerprintCell>,
}Expand description
The chosen deployer + (russh only) the observed-fingerprint cell for pinning.
Fields§
§deployer: Box<dyn Deployer>§observed_fp: Option<FingerprintCell>Auto Trait Implementations§
impl !RefUnwindSafe for DeployerBuild
impl !UnwindSafe for DeployerBuild
impl Freeze for DeployerBuild
impl Send for DeployerBuild
impl Sync for DeployerBuild
impl Unpin for DeployerBuild
impl UnsafeUnpin for DeployerBuild
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