pub enum SummaryOutputShape {
Layered,
FileList,
SecurityFirst,
}Variants§
Trait Implementations§
Source§impl Clone for SummaryOutputShape
impl Clone for SummaryOutputShape
Source§fn clone(&self) -> SummaryOutputShape
fn clone(&self) -> SummaryOutputShape
Returns a duplicate 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 moreSource§impl Debug for SummaryOutputShape
impl Debug for SummaryOutputShape
Source§impl Default for SummaryOutputShape
impl Default for SummaryOutputShape
Source§fn default() -> SummaryOutputShape
fn default() -> SummaryOutputShape
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SummaryOutputShape
impl<'de> Deserialize<'de> for SummaryOutputShape
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 PartialEq for SummaryOutputShape
impl PartialEq for SummaryOutputShape
Source§impl Serialize for SummaryOutputShape
impl Serialize for SummaryOutputShape
impl Eq for SummaryOutputShape
impl StructuralPartialEq for SummaryOutputShape
Auto Trait Implementations§
impl Freeze for SummaryOutputShape
impl RefUnwindSafe for SummaryOutputShape
impl Send for SummaryOutputShape
impl Sync for SummaryOutputShape
impl Unpin for SummaryOutputShape
impl UnsafeUnpin for SummaryOutputShape
impl UnwindSafe for SummaryOutputShape
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