pub struct DebugCollectLogsDestinationDirectory {
pub kind: DebugCollectLogsDestinationDirectoryKind,
pub output_directory: String,
}Fields§
§kind: DebugCollectLogsDestinationDirectoryKind§output_directory: StringDirectory where redacted files should be staged. The directory is created if needed.
Trait Implementations§
Source§impl Clone for DebugCollectLogsDestinationDirectory
impl Clone for DebugCollectLogsDestinationDirectory
Source§fn clone(&self) -> DebugCollectLogsDestinationDirectory
fn clone(&self) -> DebugCollectLogsDestinationDirectory
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 Default for DebugCollectLogsDestinationDirectory
impl Default for DebugCollectLogsDestinationDirectory
Source§fn default() -> DebugCollectLogsDestinationDirectory
fn default() -> DebugCollectLogsDestinationDirectory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DebugCollectLogsDestinationDirectory
impl<'de> Deserialize<'de> for DebugCollectLogsDestinationDirectory
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 DebugCollectLogsDestinationDirectory
impl RefUnwindSafe for DebugCollectLogsDestinationDirectory
impl Send for DebugCollectLogsDestinationDirectory
impl Sync for DebugCollectLogsDestinationDirectory
impl Unpin for DebugCollectLogsDestinationDirectory
impl UnsafeUnpin for DebugCollectLogsDestinationDirectory
impl UnwindSafe for DebugCollectLogsDestinationDirectory
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