pub enum LogStream {
Stdout,
Stderr,
Runtime,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogStream
impl<'de> Deserialize<'de> for LogStream
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
Source§impl Enum for LogStream
impl Enum for LogStream
Source§type SchemaType = LogStream
type SchemaType = LogStream
The enum in the schema that this type represents.
impl CoercesTo<Option<LogStream>> for LogStream
impl CoercesTo<Option<Option<LogStream>>> for LogStream
impl CoercesTo<Option<Vec<LogStream>>> for LogStream
impl CoercesTo<Option<Vec<Option<LogStream>>>> for LogStream
impl CoercesTo<Vec<LogStream>> for LogStream
impl CoercesTo<Vec<Vec<LogStream>>> for LogStream
impl Copy for LogStream
impl StructuralPartialEq for LogStream
Auto Trait Implementations§
impl Freeze for LogStream
impl RefUnwindSafe for LogStream
impl Send for LogStream
impl Sync for LogStream
impl Unpin for LogStream
impl UnwindSafe for LogStream
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