pub enum OutputSink {
GithubOutput,
GitlabDotenv,
AzureLogging,
BitbucketStorage,
Stdout,
}Variants§
Trait Implementations§
Source§impl Clone for OutputSink
impl Clone for OutputSink
Source§fn clone(&self) -> OutputSink
fn clone(&self) -> OutputSink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputSink
impl Debug for OutputSink
impl Copy for OutputSink
Auto Trait Implementations§
impl Freeze for OutputSink
impl RefUnwindSafe for OutputSink
impl Send for OutputSink
impl Sync for OutputSink
impl Unpin for OutputSink
impl UnsafeUnpin for OutputSink
impl UnwindSafe for OutputSink
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