pub struct ConnectorOutput {
pub output: Value,
}Fields§
§output: ValueTrait Implementations§
Source§impl Clone for ConnectorOutput
impl Clone for ConnectorOutput
Source§fn clone(&self) -> ConnectorOutput
fn clone(&self) -> ConnectorOutput
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 moreSource§impl Debug for ConnectorOutput
impl Debug for ConnectorOutput
Source§impl<'de> Deserialize<'de> for ConnectorOutput
impl<'de> Deserialize<'de> for ConnectorOutput
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 ConnectorOutput
Source§impl PartialEq for ConnectorOutput
impl PartialEq for ConnectorOutput
Source§impl Serialize for ConnectorOutput
impl Serialize for ConnectorOutput
impl StructuralPartialEq for ConnectorOutput
Auto Trait Implementations§
impl Freeze for ConnectorOutput
impl RefUnwindSafe for ConnectorOutput
impl Send for ConnectorOutput
impl Sync for ConnectorOutput
impl Unpin for ConnectorOutput
impl UnsafeUnpin for ConnectorOutput
impl UnwindSafe for ConnectorOutput
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