pub struct EdgeInterpolationAlgorithm(pub i32);Expand description
Edge interpolation algorithm for Geography logical type
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl Clone for EdgeInterpolationAlgorithm
impl Clone for EdgeInterpolationAlgorithm
Source§fn clone(&self) -> EdgeInterpolationAlgorithm
fn clone(&self) -> EdgeInterpolationAlgorithm
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<'i> CompactThriftProtocol<'i> for EdgeInterpolationAlgorithm
impl<'i> CompactThriftProtocol<'i> for EdgeInterpolationAlgorithm
const FIELD_TYPE: u8 = 5
fn fill_thrift<T: CompactThriftInput<'i>>( &mut self, input: &mut T, ) -> Result<(), ThriftError>
fn write_thrift<T: CompactThriftOutput>( &self, output: &mut T, ) -> Result<(), ThriftError>
fn read_thrift<T>(input: &mut T) -> Result<Self, ThriftError>where
T: CompactThriftInput<'i>,
Self: Default,
fn fill_thrift_field<T>(
&mut self,
input: &mut T,
field_type: u8,
) -> Result<(), ThriftError>where
T: CompactThriftInput<'i>,
fn write_thrift_field<T>(
&self,
output: &mut T,
field_id: i16,
last_field_id: &mut i16,
) -> Result<(), ThriftError>where
T: CompactThriftOutput,
Source§impl Debug for EdgeInterpolationAlgorithm
impl Debug for EdgeInterpolationAlgorithm
Source§impl Default for EdgeInterpolationAlgorithm
impl Default for EdgeInterpolationAlgorithm
Source§fn default() -> EdgeInterpolationAlgorithm
fn default() -> EdgeInterpolationAlgorithm
Returns the “default value” for a type. Read more
Source§impl From<i32> for EdgeInterpolationAlgorithm
impl From<i32> for EdgeInterpolationAlgorithm
Source§impl Hash for EdgeInterpolationAlgorithm
impl Hash for EdgeInterpolationAlgorithm
Source§impl Ord for EdgeInterpolationAlgorithm
impl Ord for EdgeInterpolationAlgorithm
Source§fn cmp(&self, other: &EdgeInterpolationAlgorithm) -> Ordering
fn cmp(&self, other: &EdgeInterpolationAlgorithm) -> 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 PartialOrd for EdgeInterpolationAlgorithm
impl PartialOrd for EdgeInterpolationAlgorithm
impl Copy for EdgeInterpolationAlgorithm
impl Eq for EdgeInterpolationAlgorithm
impl StructuralPartialEq for EdgeInterpolationAlgorithm
Auto Trait Implementations§
impl Freeze for EdgeInterpolationAlgorithm
impl RefUnwindSafe for EdgeInterpolationAlgorithm
impl Send for EdgeInterpolationAlgorithm
impl Sync for EdgeInterpolationAlgorithm
impl Unpin for EdgeInterpolationAlgorithm
impl UnsafeUnpin for EdgeInterpolationAlgorithm
impl UnwindSafe for EdgeInterpolationAlgorithm
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