pub struct OperationSignature {
pub kind: OperationKind,
pub scalar_type: DataType,
}Fields§
§kind: OperationKind§scalar_type: DataTypeTrait Implementations§
Source§impl Clone for OperationSignature
impl Clone for OperationSignature
Source§fn clone(&self) -> OperationSignature
fn clone(&self) -> OperationSignature
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 OperationSignature
Source§impl Debug for OperationSignature
impl Debug for OperationSignature
impl Eq for OperationSignature
Source§impl PartialEq for OperationSignature
impl PartialEq for OperationSignature
Source§fn eq(&self, other: &OperationSignature) -> bool
fn eq(&self, other: &OperationSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OperationSignature
Auto Trait Implementations§
impl Freeze for OperationSignature
impl RefUnwindSafe for OperationSignature
impl Send for OperationSignature
impl Sync for OperationSignature
impl Unpin for OperationSignature
impl UnsafeUnpin for OperationSignature
impl UnwindSafe for OperationSignature
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