#[repr(u8)]pub enum SpillFormat {
Ipc = 0,
}Variants§
Ipc = 0
Implementations§
Source§impl SpillFormat
impl SpillFormat
pub fn as_static_str(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SpillFormat
impl Clone for SpillFormat
Source§fn clone(&self) -> SpillFormat
fn clone(&self) -> SpillFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpillFormat
Source§impl Debug for SpillFormat
impl Debug for SpillFormat
Source§impl Default for SpillFormat
impl Default for SpillFormat
Source§fn default() -> SpillFormat
fn default() -> SpillFormat
Returns the “default value” for a type. Read more
Source§impl Display for SpillFormat
impl Display for SpillFormat
impl Eq for SpillFormat
Source§impl FromStr for SpillFormat
impl FromStr for SpillFormat
Source§impl Hash for SpillFormat
impl Hash for SpillFormat
Source§impl PartialEq for SpillFormat
impl PartialEq for SpillFormat
Source§fn eq(&self, other: &SpillFormat) -> bool
fn eq(&self, other: &SpillFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpillFormat
Auto Trait Implementations§
impl Freeze for SpillFormat
impl RefUnwindSafe for SpillFormat
impl Send for SpillFormat
impl Sync for SpillFormat
impl Unpin for SpillFormat
impl UnsafeUnpin for SpillFormat
impl UnwindSafe for SpillFormat
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