pub enum UpdateParameter {
TTL(Limit),
Timestamp(Limit),
Timeout(DurationLiteral),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateParameter
impl Clone for UpdateParameter
Source§fn clone(&self) -> UpdateParameter
fn clone(&self) -> UpdateParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for UpdateParameter
impl<'a> CustomToTokens<'a> for UpdateParameter
Source§impl Debug for UpdateParameter
impl Debug for UpdateParameter
Source§impl Display for UpdateParameter
impl Display for UpdateParameter
Source§impl FromStr for UpdateParameter
impl FromStr for UpdateParameter
Source§impl Parse for UpdateParameter
impl Parse for UpdateParameter
type Output = UpdateParameter
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for UpdateParameter
impl PartialEq for UpdateParameter
Source§impl ToTokens for UpdateParameter
impl ToTokens for UpdateParameter
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for UpdateParameter
impl StructuralPartialEq for UpdateParameter
Auto Trait Implementations§
impl Freeze for UpdateParameter
impl RefUnwindSafe for UpdateParameter
impl Send for UpdateParameter
impl Sync for UpdateParameter
impl Unpin for UpdateParameter
impl UnwindSafe for UpdateParameter
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