pub struct DebugCollectLogsDestinationDirectory {
pub kind: DebugCollectLogsDestinationDirectoryKind,
pub output_directory: String,
}Fields§
§kind: DebugCollectLogsDestinationDirectoryKindDestination variant discriminator.
output_directory: StringDirectory where files should be staged. The directory is created if needed.
Trait Implementations§
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