pub struct SinkTransformationOut {
pub code: Option<String>,
pub enabled: Option<bool>,
}
Fields§
§code: Option<String>
§enabled: Option<bool>
Implementations§
Source§impl SinkTransformationOut
impl SinkTransformationOut
pub fn new() -> SinkTransformationOut
Trait Implementations§
Source§impl Clone for SinkTransformationOut
impl Clone for SinkTransformationOut
Source§fn clone(&self) -> SinkTransformationOut
fn clone(&self) -> SinkTransformationOut
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 SinkTransformationOut
impl Debug for SinkTransformationOut
Source§impl Default for SinkTransformationOut
impl Default for SinkTransformationOut
Source§fn default() -> SinkTransformationOut
fn default() -> SinkTransformationOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SinkTransformationOut
impl<'de> Deserialize<'de> for SinkTransformationOut
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 SinkTransformationOut
impl PartialEq for SinkTransformationOut
Source§impl Serialize for SinkTransformationOut
impl Serialize for SinkTransformationOut
impl StructuralPartialEq for SinkTransformationOut
Auto Trait Implementations§
impl Freeze for SinkTransformationOut
impl RefUnwindSafe for SinkTransformationOut
impl Send for SinkTransformationOut
impl Sync for SinkTransformationOut
impl Unpin for SinkTransformationOut
impl UnwindSafe for SinkTransformationOut
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