pub struct GeminiSessionResumptionUpdate {
pub new_handle: Option<String>,
pub resumable: Option<bool>,
}Fields§
§new_handle: Option<String>§resumable: Option<bool>Trait Implementations§
Source§impl Clone for GeminiSessionResumptionUpdate
impl Clone for GeminiSessionResumptionUpdate
Source§fn clone(&self) -> GeminiSessionResumptionUpdate
fn clone(&self) -> GeminiSessionResumptionUpdate
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 Default for GeminiSessionResumptionUpdate
impl Default for GeminiSessionResumptionUpdate
Source§fn default() -> GeminiSessionResumptionUpdate
fn default() -> GeminiSessionResumptionUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeminiSessionResumptionUpdate
impl<'de> Deserialize<'de> for GeminiSessionResumptionUpdate
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 PartialEq for GeminiSessionResumptionUpdate
impl PartialEq for GeminiSessionResumptionUpdate
Source§fn eq(&self, other: &GeminiSessionResumptionUpdate) -> bool
fn eq(&self, other: &GeminiSessionResumptionUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeminiSessionResumptionUpdate
Auto Trait Implementations§
impl Freeze for GeminiSessionResumptionUpdate
impl RefUnwindSafe for GeminiSessionResumptionUpdate
impl Send for GeminiSessionResumptionUpdate
impl Sync for GeminiSessionResumptionUpdate
impl Unpin for GeminiSessionResumptionUpdate
impl UnsafeUnpin for GeminiSessionResumptionUpdate
impl UnwindSafe for GeminiSessionResumptionUpdate
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