Struct DockerEnvFile
pub struct DockerEnvFile { /* private fields */ }Expand description
Writes the docker env file usually named .env.proxy.docker.
§Example
CS_AUTH__WORKSPACE_ID=IJELRKEREPW...
CS_ENCRYPT__CLIENT_ID=774c6c47-c0f3-d442-...
CS_ENCRYPT__DATASET_ID=56d980dc-68f5-fc44-...
CS_LOG__FORMAT=pretty
CS_ENCRYPT__CLIENT_KEY=a4627903070770325f...
CS_AUTH__CLIENT_ACCESS_KEY=CSAKJC3CTYTYWYO...Implementations§
§impl DockerEnvFile
impl DockerEnvFile
pub const DEFAULT_FILE_NAME: &str = ".env.proxy.docker"
pub fn new( regular: CipherStashConfigFile, secret: CipherStashSecretConfigFile, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DockerEnvFile
impl RefUnwindSafe for DockerEnvFile
impl Send for DockerEnvFile
impl Sync for DockerEnvFile
impl Unpin for DockerEnvFile
impl UnsafeUnpin for DockerEnvFile
impl UnwindSafe for DockerEnvFile
Blanket Implementations§
impl<T> AuthStrategyBounds for T
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more