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