pub struct Multirange<ST: 'static>(/* private fields */);
Available on crate feature
postgres_backend
only.Expand description
Trait Implementations§
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [(Bound<T>, Bound<T>)]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [(Bound<T>, Bound<T>)]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [(Bound<T>, Bound<T>)]>
type Expression = Bound<Multirange<ST>, &'a &'b [(Bound<T>, Bound<T>)]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [Range<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [Range<T>]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [Range<T>]>
type Expression = Bound<Multirange<ST>, &'a &'b [Range<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeFrom<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeFrom<T>]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [RangeFrom<T>]>
type Expression = Bound<Multirange<ST>, &'a &'b [RangeFrom<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeInclusive<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeInclusive<T>]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [RangeInclusive<T>]>
type Expression = Bound<Multirange<ST>, &'a &'b [RangeInclusive<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeTo<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeTo<T>]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [RangeTo<T>]>
type Expression = Bound<Multirange<ST>, &'a &'b [RangeTo<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeToInclusive<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b [RangeToInclusive<T>]
Source§type Expression = Bound<Multirange<ST>, &'a &'b [RangeToInclusive<T>]>
type Expression = Bound<Multirange<ST>, &'a &'b [RangeToInclusive<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<(Bound<T>, Bound<T>)>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<(Bound<T>, Bound<T>)>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<(Bound<T>, Bound<T>)>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<(Bound<T>, Bound<T>)>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<Range<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<Range<T>>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<Range<T>>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<Range<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeFrom<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeFrom<T>>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeFrom<T>>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeFrom<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeInclusive<T>>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeTo<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeTo<T>>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeTo<T>>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeTo<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeToInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a &'b Vec<RangeToInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeToInclusive<T>>>
type Expression = Bound<Multirange<ST>, &'a &'b Vec<RangeToInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [(Bound<T>, Bound<T>)]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [(Bound<T>, Bound<T>)]
Source§type Expression = Bound<Multirange<ST>, &'a [(Bound<T>, Bound<T>)]>
type Expression = Bound<Multirange<ST>, &'a [(Bound<T>, Bound<T>)]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [Range<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [Range<T>]
Source§type Expression = Bound<Multirange<ST>, &'a [Range<T>]>
type Expression = Bound<Multirange<ST>, &'a [Range<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeFrom<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeFrom<T>]
Source§type Expression = Bound<Multirange<ST>, &'a [RangeFrom<T>]>
type Expression = Bound<Multirange<ST>, &'a [RangeFrom<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeInclusive<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeInclusive<T>]
Source§type Expression = Bound<Multirange<ST>, &'a [RangeInclusive<T>]>
type Expression = Bound<Multirange<ST>, &'a [RangeInclusive<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeTo<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeTo<T>]
Source§type Expression = Bound<Multirange<ST>, &'a [RangeTo<T>]>
type Expression = Bound<Multirange<ST>, &'a [RangeTo<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeToInclusive<T>]
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a [RangeToInclusive<T>]
Source§type Expression = Bound<Multirange<ST>, &'a [RangeToInclusive<T>]>
type Expression = Bound<Multirange<ST>, &'a [RangeToInclusive<T>]>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<(Bound<T>, Bound<T>)>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<(Bound<T>, Bound<T>)>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<(Bound<T>, Bound<T>)>>
type Expression = Bound<Multirange<ST>, &'a Vec<(Bound<T>, Bound<T>)>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<Range<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<Range<T>>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<Range<T>>>
type Expression = Bound<Multirange<ST>, &'a Vec<Range<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeFrom<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeFrom<T>>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<RangeFrom<T>>>
type Expression = Bound<Multirange<ST>, &'a Vec<RangeFrom<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<RangeInclusive<T>>>
type Expression = Bound<Multirange<ST>, &'a Vec<RangeInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeTo<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeTo<T>>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<RangeTo<T>>>
type Expression = Bound<Multirange<ST>, &'a Vec<RangeTo<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeToInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for &'a Vec<RangeToInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, &'a Vec<RangeToInclusive<T>>>
type Expression = Bound<Multirange<ST>, &'a Vec<RangeToInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<(Bound<T>, Bound<T>)>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<(Bound<T>, Bound<T>)>
Source§type Expression = Bound<Multirange<ST>, Vec<(Bound<T>, Bound<T>)>>
type Expression = Bound<Multirange<ST>, Vec<(Bound<T>, Bound<T>)>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<Range<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<Range<T>>
Source§type Expression = Bound<Multirange<ST>, Vec<Range<T>>>
type Expression = Bound<Multirange<ST>, Vec<Range<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeFrom<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeFrom<T>>
Source§type Expression = Bound<Multirange<ST>, Vec<RangeFrom<T>>>
type Expression = Bound<Multirange<ST>, Vec<RangeFrom<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, Vec<RangeInclusive<T>>>
type Expression = Bound<Multirange<ST>, Vec<RangeInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeTo<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeTo<T>>
Source§type Expression = Bound<Multirange<ST>, Vec<RangeTo<T>>>
type Expression = Bound<Multirange<ST>, Vec<RangeTo<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeToInclusive<T>>
impl<'a, 'b, ST: 'static, T> AsExpression<Multirange<ST>> for Vec<RangeToInclusive<T>>
Source§type Expression = Bound<Multirange<ST>, Vec<RangeToInclusive<T>>>
type Expression = Bound<Multirange<ST>, Vec<RangeToInclusive<T>>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<ST: Clone + 'static> Clone for Multirange<ST>
impl<ST: Clone + 'static> Clone for Multirange<ST>
Source§fn clone(&self) -> Multirange<ST>
fn clone(&self) -> Multirange<ST>
Returns a copy 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<ST: Debug + 'static> Debug for Multirange<ST>
impl<ST: Debug + 'static> Debug for Multirange<ST>
Source§impl<ST: Default + 'static> Default for Multirange<ST>
impl<ST: Default + 'static> Default for Multirange<ST>
Source§fn default() -> Multirange<ST>
fn default() -> Multirange<ST>
Returns the “default value” for a type. Read more
Source§impl HasSqlType<Multirange<BigInt>> for Pg
impl HasSqlType<Multirange<BigInt>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl HasSqlType<Multirange<Date>> for Pg
impl HasSqlType<Multirange<Date>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl HasSqlType<Multirange<Integer>> for Pg
impl HasSqlType<Multirange<Integer>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl HasSqlType<Multirange<Numeric>> for Pg
impl HasSqlType<Multirange<Numeric>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl HasSqlType<Multirange<Timestamp>> for Pg
impl HasSqlType<Multirange<Timestamp>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl HasSqlType<Multirange<Timestamptz>> for Pg
impl HasSqlType<Multirange<Timestamptz>> for Pg
Source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl<ST: 'static + QueryId> QueryId for Multirange<ST>
impl<ST: 'static + QueryId> QueryId for Multirange<ST>
Source§impl<ST: 'static> SqlType for Multirange<ST>
impl<ST: 'static> SqlType for Multirange<ST>
Source§impl<ST, T> ToSql<Multirange<ST>, Pg> for [RangeInclusive<T>]
impl<ST, T> ToSql<Multirange<ST>, Pg> for [RangeInclusive<T>]
Source§impl<ST, T> ToSql<Multirange<ST>, Pg> for [RangeToInclusive<T>]
impl<ST, T> ToSql<Multirange<ST>, Pg> for [RangeToInclusive<T>]
Source§impl<T, ST> ToSql<Multirange<ST>, Pg> for Vec<RangeInclusive<T>>
impl<T, ST> ToSql<Multirange<ST>, Pg> for Vec<RangeInclusive<T>>
Source§impl<T, ST> ToSql<Multirange<ST>, Pg> for Vec<RangeToInclusive<T>>
impl<T, ST> ToSql<Multirange<ST>, Pg> for Vec<RangeToInclusive<T>>
impl<ST: Copy + 'static> Copy for Multirange<ST>
impl<ST: 'static> SingleValue for Multirange<ST>
Auto Trait Implementations§
impl<ST> Freeze for Multirange<ST>where
ST: Freeze,
impl<ST> RefUnwindSafe for Multirange<ST>where
ST: RefUnwindSafe,
impl<ST> Send for Multirange<ST>where
ST: Send,
impl<ST> Sync for Multirange<ST>where
ST: Sync,
impl<ST> Unpin for Multirange<ST>where
ST: Unpin,
impl<ST> UnwindSafe for Multirange<ST>where
ST: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<ST, U, DB> CompatibleType<U, DB> for ST
impl<ST, U, DB> CompatibleType<U, DB> for ST
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> IntoNotNullable for T
impl<T> IntoNotNullable for T
Source§type NotNullable = T
type NotNullable = T
The not nullable representation of this type. Read more