Enum assemblyline_models::datastore::result::BodyFormat
source · pub enum BodyFormat {
Text,
MemoryDump,
GraphData,
Url,
Json,
KeyValue,
ProcessTree,
Table,
Image,
Multi,
OrderedKeyValue,
Timeline,
}
Variants§
Trait Implementations§
source§impl Debug for BodyFormat
impl Debug for BodyFormat
source§impl Described<ElasticMeta> for BodyFormat
impl Described<ElasticMeta> for BodyFormat
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for BodyFormat
impl<'de> Deserialize<'de> for BodyFormat
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 Display for BodyFormat
impl Display for BodyFormat
source§impl FromStr for BodyFormat
impl FromStr for BodyFormat
source§impl Serialize for BodyFormatwhere
Self: Display,
impl Serialize for BodyFormatwhere
Self: Display,
Auto Trait Implementations§
impl RefUnwindSafe for BodyFormat
impl Send for BodyFormat
impl Sync for BodyFormat
impl Unpin for BodyFormat
impl UnwindSafe for BodyFormat
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