pub enum ConnectorScope {
Source,
Sink,
}Expand description
Defines whether a connector operates as a data source or sink.
Variants§
Trait Implementations§
Source§impl Clone for ConnectorScope
impl Clone for ConnectorScope
Source§fn clone(&self) -> ConnectorScope
fn clone(&self) -> ConnectorScope
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 ConnectorScope
impl Debug for ConnectorScope
Source§impl Default for ConnectorScope
impl Default for ConnectorScope
Source§fn default() -> ConnectorScope
fn default() -> ConnectorScope
Returns the “default value” for a type. Read more
Source§impl Hash for ConnectorScope
impl Hash for ConnectorScope
Source§impl Ord for ConnectorScope
impl Ord for ConnectorScope
Source§fn cmp(&self, other: &ConnectorScope) -> Ordering
fn cmp(&self, other: &ConnectorScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConnectorScope
impl PartialEq for ConnectorScope
Source§impl PartialOrd for ConnectorScope
impl PartialOrd for ConnectorScope
impl Copy for ConnectorScope
impl Eq for ConnectorScope
impl StructuralPartialEq for ConnectorScope
Auto Trait Implementations§
impl Freeze for ConnectorScope
impl RefUnwindSafe for ConnectorScope
impl Send for ConnectorScope
impl Sync for ConnectorScope
impl Unpin for ConnectorScope
impl UnwindSafe for ConnectorScope
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