pub struct ResultDelString {
pub value: Option<String>,
pub expire: Option<u64>,
}Fields§
§value: Option<String>§expire: Option<u64>Implementations§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for ResultDelString
impl<'__de, __Context> BorrowDecode<'__de, __Context> for ResultDelString
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for ResultDelString
impl Clone for ResultDelString
Source§fn clone(&self) -> ResultDelString
fn clone(&self) -> ResultDelString
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 Debug for ResultDelString
impl Debug for ResultDelString
Source§impl<__Context> Decode<__Context> for ResultDelString
impl<__Context> Decode<__Context> for ResultDelString
Source§impl<'de> Deserialize<'de> for ResultDelString
impl<'de> Deserialize<'de> for ResultDelString
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
Source§impl Encode for ResultDelString
impl Encode for ResultDelString
Auto Trait Implementations§
impl Freeze for ResultDelString
impl RefUnwindSafe for ResultDelString
impl Send for ResultDelString
impl Sync for ResultDelString
impl Unpin for ResultDelString
impl UnwindSafe for ResultDelString
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