Enum zero_bounce::utility::structures::bulk::ZBFileContentType
source · pub enum ZBFileContentType {
FilePath(String),
RawContent(Vec<u8>),
Empty,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for ZBFileContentType
impl Clone for ZBFileContentType
source§fn clone(&self) -> ZBFileContentType
fn clone(&self) -> ZBFileContentType
Returns a copy 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 more