pub struct OwnedServerSigningKeyVersion { /* private fields */ }Expand description
Owned variant of ServerSigningKeyVersion
The wrapper type for this type is variable, by default it’ll use Box,
but you can change that by setting “--cfg=palpo_identifiers_storage=...” using
RUSTFLAGS or .cargo/config.toml (under [build] -> rustflags = ["..."])
to the following;
palpo_identifiers_storage="Arc"to useArcas a wrapper type.
Methods from Deref<Target = ServerSigningKeyVersion>§
Trait Implementations§
Source§impl<'__expr> AsExpression<Nullable<Text>> for &'__expr OwnedServerSigningKeyVersion
impl<'__expr> AsExpression<Nullable<Text>> for &'__expr OwnedServerSigningKeyVersion
Source§type Expression = Bound<Nullable<Text>, &'__expr OwnedServerSigningKeyVersion>
type Expression = Bound<Nullable<Text>, &'__expr OwnedServerSigningKeyVersion>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<Nullable<Text>>>::Expression
fn as_expression(self) -> <Self as AsExpression<Nullable<Text>>>::Expression
Perform the conversion
Source§impl AsExpression<Nullable<Text>> for OwnedServerSigningKeyVersion
impl AsExpression<Nullable<Text>> for OwnedServerSigningKeyVersion
Source§type Expression = Bound<Nullable<Text>, OwnedServerSigningKeyVersion>
type Expression = Bound<Nullable<Text>, OwnedServerSigningKeyVersion>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<Nullable<Text>>>::Expression
fn as_expression(self) -> <Self as AsExpression<Nullable<Text>>>::Expression
Perform the conversion
Source§impl<'__expr> AsExpression<Text> for &'__expr OwnedServerSigningKeyVersion
impl<'__expr> AsExpression<Text> for &'__expr OwnedServerSigningKeyVersion
Source§type Expression = Bound<Text, &'__expr OwnedServerSigningKeyVersion>
type Expression = Bound<Text, &'__expr OwnedServerSigningKeyVersion>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<Text>>::Expression
fn as_expression(self) -> <Self as AsExpression<Text>>::Expression
Perform the conversion
Source§impl AsExpression<Text> for OwnedServerSigningKeyVersion
impl AsExpression<Text> for OwnedServerSigningKeyVersion
Source§type Expression = Bound<Text, OwnedServerSigningKeyVersion>
type Expression = Bound<Text, OwnedServerSigningKeyVersion>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<Text>>::Expression
fn as_expression(self) -> <Self as AsExpression<Text>>::Expression
Perform the conversion
Source§impl AsRef<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl AsRef<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
Source§fn as_ref(&self) -> &ServerSigningKeyVersion
fn as_ref(&self) -> &ServerSigningKeyVersion
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<[u8]> for OwnedServerSigningKeyVersion
impl AsRef<[u8]> for OwnedServerSigningKeyVersion
Source§impl AsRef<str> for OwnedServerSigningKeyVersion
impl AsRef<str> for OwnedServerSigningKeyVersion
Source§impl Borrow<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl Borrow<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
Source§fn borrow(&self) -> &ServerSigningKeyVersion
fn borrow(&self) -> &ServerSigningKeyVersion
Immutably borrows from an owned value. Read more
Source§impl Clone for OwnedServerSigningKeyVersion
impl Clone for OwnedServerSigningKeyVersion
Source§impl Debug for OwnedServerSigningKeyVersion
impl Debug for OwnedServerSigningKeyVersion
Source§impl Deref for OwnedServerSigningKeyVersion
impl Deref for OwnedServerSigningKeyVersion
Source§impl<'de> Deserialize<'de> for OwnedServerSigningKeyVersion
impl<'de> Deserialize<'de> for OwnedServerSigningKeyVersion
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 OwnedServerSigningKeyVersion
Source§impl From<&OwnedServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl From<&OwnedServerSigningKeyVersion> for OwnedServerSigningKeyVersion
Source§fn from(value: &OwnedServerSigningKeyVersion) -> Self
fn from(value: &OwnedServerSigningKeyVersion) -> Self
Converts to this type from the input type.
Source§impl From<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl From<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
Source§fn from(id: &ServerSigningKeyVersion) -> OwnedServerSigningKeyVersion
fn from(id: &ServerSigningKeyVersion) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
Source§impl From<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl From<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
Source§fn from(a: Arc<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
fn from(a: Arc<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
Source§impl From<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl From<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
Source§fn from(b: Box<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
fn from(b: Box<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
Source§impl From<OwnedServerSigningKeyVersion> for String
impl From<OwnedServerSigningKeyVersion> for String
Source§fn from(id: OwnedServerSigningKeyVersion) -> String
fn from(id: OwnedServerSigningKeyVersion) -> String
Converts to this type from the input type.
Source§impl From<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
impl From<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
Source§fn from(a: OwnedServerSigningKeyVersion) -> Box<ServerSigningKeyVersion>
fn from(a: OwnedServerSigningKeyVersion) -> Box<ServerSigningKeyVersion>
Converts to this type from the input type.
Source§impl From<OwnedServerSigningKeyVersion> for Arc<ServerSigningKeyVersion>
impl From<OwnedServerSigningKeyVersion> for Arc<ServerSigningKeyVersion>
Source§fn from(a: OwnedServerSigningKeyVersion) -> Arc<ServerSigningKeyVersion>
fn from(a: OwnedServerSigningKeyVersion) -> Arc<ServerSigningKeyVersion>
Converts to this type from the input type.
Source§impl Hash for OwnedServerSigningKeyVersion
impl Hash for OwnedServerSigningKeyVersion
Source§impl Ord for OwnedServerSigningKeyVersion
impl Ord for OwnedServerSigningKeyVersion
1.21.0 (const: unstable) · 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<&str> for OwnedServerSigningKeyVersion
impl PartialEq<&str> for OwnedServerSigningKeyVersion
Source§impl PartialEq<OwnedServerSigningKeyVersion> for str
impl PartialEq<OwnedServerSigningKeyVersion> for str
Source§impl PartialEq<OwnedServerSigningKeyVersion> for &str
impl PartialEq<OwnedServerSigningKeyVersion> for &str
Source§impl PartialEq<str> for OwnedServerSigningKeyVersion
impl PartialEq<str> for OwnedServerSigningKeyVersion
Source§impl PartialOrd for OwnedServerSigningKeyVersion
impl PartialOrd for OwnedServerSigningKeyVersion
Source§impl<__DB, __ST> Queryable<__ST, __DB> for OwnedServerSigningKeyVersion
impl<__DB, __ST> Queryable<__ST, __DB> for OwnedServerSigningKeyVersion
Source§impl TryFrom<&str> for OwnedServerSigningKeyVersion
impl TryFrom<&str> for OwnedServerSigningKeyVersion
Auto Trait Implementations§
impl Freeze for OwnedServerSigningKeyVersion
impl RefUnwindSafe for OwnedServerSigningKeyVersion
impl Send for OwnedServerSigningKeyVersion
impl Sync for OwnedServerSigningKeyVersion
impl Unpin for OwnedServerSigningKeyVersion
impl UnsafeUnpin for OwnedServerSigningKeyVersion
impl UnwindSafe for OwnedServerSigningKeyVersion
Blanket Implementations§
Source§impl<T> AggregateExpressionMethods for T
impl<T> AggregateExpressionMethods for T
Source§fn aggregate_distinct(self) -> Self::Outputwhere
Self: DistinctDsl,
fn aggregate_distinct(self) -> Self::Outputwhere
Self: DistinctDsl,
DISTINCT modifier for aggregate functions Read moreSource§fn aggregate_all(self) -> Self::Outputwhere
Self: AllDsl,
fn aggregate_all(self) -> Self::Outputwhere
Self: AllDsl,
ALL modifier for aggregate functions Read moreSource§fn aggregate_filter<P>(self, f: P) -> Self::Output
fn aggregate_filter<P>(self, f: P) -> Self::Output
Add an aggregate function filter Read more
Source§fn aggregate_order<O>(self, o: O) -> Self::Outputwhere
Self: OrderAggregateDsl<O>,
fn aggregate_order<O>(self, o: O) -> Self::Outputwhere
Self: OrderAggregateDsl<O>,
Add an aggregate function order Read more
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn 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>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which 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)
Converts
&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)
Converts
&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> DowncastSend for T
impl<T> DowncastSend for T
Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T, ST, DB> FromSqlRow<ST, DB> for Twhere
T: Queryable<ST, DB>,
ST: SqlTypeOrSelectable,
DB: Backend,
<T as Queryable<ST, DB>>::Row: FromStaticSqlRow<ST, DB>,
impl<T, ST, DB> FromSqlRow<ST, DB> for Twhere
T: Queryable<ST, DB>,
ST: SqlTypeOrSelectable,
DB: Backend,
<T as Queryable<ST, DB>>::Row: FromStaticSqlRow<ST, DB>,
Source§impl<T, ST, DB> FromStaticSqlRow<ST, DB> for T
impl<T, ST, DB> FromStaticSqlRow<ST, DB> for T
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read moreSource§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T, ST, DB> StaticallySizedRow<ST, DB> for T
impl<T, ST, DB> StaticallySizedRow<ST, DB> for T
Source§const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
The number of fields that this type will consume.
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read moreSource§impl<T> ToHex for T
impl<T> ToHex for T
Source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Lower case
letters are used (e.g. f9b4ca)Source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
Encode the hex strict representing
self into the result. Upper case
letters are used (e.g. F9B4CA)Source§impl<T> WindowExpressionMethods for T
impl<T> WindowExpressionMethods for T
Source§fn over(self) -> Self::Outputwhere
Self: OverDsl,
fn over(self) -> Self::Outputwhere
Self: OverDsl,
Turn a function call into a window function call Read more
Source§fn window_filter<P>(self, f: P) -> Self::Output
fn window_filter<P>(self, f: P) -> Self::Output
Add a filter to the current window function Read more
Source§fn partition_by<E>(self, expr: E) -> Self::Outputwhere
Self: PartitionByDsl<E>,
fn partition_by<E>(self, expr: E) -> Self::Outputwhere
Self: PartitionByDsl<E>,
Add a partition clause to the current window function Read more
Source§fn window_order<E>(self, expr: E) -> Self::Outputwhere
Self: OrderWindowDsl<E>,
fn window_order<E>(self, expr: E) -> Self::Outputwhere
Self: OrderWindowDsl<E>,
Add a order clause to the current window function Read more