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