Enum test_fuzz_internal::SerdeFormat
source · [−]pub enum SerdeFormat {
Bincode,
}
Variants
Bincode
Implementations
sourceimpl SerdeFormat
impl SerdeFormat
pub fn as_feature(self) -> &'static str
Trait Implementations
sourceimpl Clone for SerdeFormat
impl Clone for SerdeFormat
sourcefn clone(&self) -> SerdeFormat
fn clone(&self) -> SerdeFormat
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SerdeFormat
impl Debug for SerdeFormat
sourceimpl Display for SerdeFormat
impl Display for SerdeFormat
sourceimpl PartialEq<SerdeFormat> for SerdeFormat
impl PartialEq<SerdeFormat> for SerdeFormat
sourcefn eq(&self, other: &SerdeFormat) -> bool
fn eq(&self, other: &SerdeFormat) -> bool
sourceimpl ToTokens for SerdeFormat
impl ToTokens for SerdeFormat
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
sourcefn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Copy for SerdeFormat
impl Eq for SerdeFormat
impl StructuralEq for SerdeFormat
impl StructuralPartialEq for SerdeFormat
Auto Trait Implementations
impl RefUnwindSafe for SerdeFormat
impl Send for SerdeFormat
impl Sync for SerdeFormat
impl Unpin for SerdeFormat
impl UnwindSafe for SerdeFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more