pub struct ExpansionsWriteParams {
pub file: String,
pub redacted: Option<bool>,
}Expand description
Parameters describing how to write task’s expansions to a file.
Fields§
§file: StringPath to file to write expansions to.
redacted: Option<bool>Include redacted landscape variable.
Trait Implementations§
Source§impl Clone for ExpansionsWriteParams
impl Clone for ExpansionsWriteParams
Source§fn clone(&self) -> ExpansionsWriteParams
fn clone(&self) -> ExpansionsWriteParams
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 ExpansionsWriteParams
impl Debug for ExpansionsWriteParams
Source§impl<'de> Deserialize<'de> for ExpansionsWriteParams
impl<'de> Deserialize<'de> for ExpansionsWriteParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExpansionsWriteParams
impl RefUnwindSafe for ExpansionsWriteParams
impl Send for ExpansionsWriteParams
impl Sync for ExpansionsWriteParams
impl Unpin for ExpansionsWriteParams
impl UnwindSafe for ExpansionsWriteParams
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