pub enum OutputSubstitution {
Enabled,
Disabled,
}Available on crate feature
_core only.Expand description
Whether the receiver is allowed to substitute original outputs or not.
Variants§
Trait Implementations§
Source§impl Clone for OutputSubstitution
impl Clone for OutputSubstitution
Source§fn clone(&self) -> OutputSubstitution
fn clone(&self) -> OutputSubstitution
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 OutputSubstitution
Source§impl Debug for OutputSubstitution
impl Debug for OutputSubstitution
Source§impl<'de> Deserialize<'de> for OutputSubstitution
impl<'de> Deserialize<'de> for OutputSubstitution
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
impl Eq for OutputSubstitution
Source§impl PartialEq for OutputSubstitution
impl PartialEq for OutputSubstitution
Source§impl Serialize for OutputSubstitution
impl Serialize for OutputSubstitution
impl StructuralPartialEq for OutputSubstitution
Auto Trait Implementations§
impl Freeze for OutputSubstitution
impl RefUnwindSafe for OutputSubstitution
impl Send for OutputSubstitution
impl Sync for OutputSubstitution
impl Unpin for OutputSubstitution
impl UnsafeUnpin for OutputSubstitution
impl UnwindSafe for OutputSubstitution
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