pub struct AcpGetDurableSessionResponse {
pub session: AcpDurableSessionInfo,
}Fields§
§session: AcpDurableSessionInfoTrait Implementations§
Source§impl Clone for AcpGetDurableSessionResponse
impl Clone for AcpGetDurableSessionResponse
Source§fn clone(&self) -> AcpGetDurableSessionResponse
fn clone(&self) -> AcpGetDurableSessionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AcpGetDurableSessionResponse
impl Debug for AcpGetDurableSessionResponse
Source§impl<'de> Deserialize<'de> for AcpGetDurableSessionResponse
impl<'de> Deserialize<'de> for AcpGetDurableSessionResponse
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 AcpGetDurableSessionResponse
Source§impl Hash for AcpGetDurableSessionResponse
impl Hash for AcpGetDurableSessionResponse
impl StructuralPartialEq for AcpGetDurableSessionResponse
Auto Trait Implementations§
impl Freeze for AcpGetDurableSessionResponse
impl RefUnwindSafe for AcpGetDurableSessionResponse
impl Send for AcpGetDurableSessionResponse
impl Sync for AcpGetDurableSessionResponse
impl Unpin for AcpGetDurableSessionResponse
impl UnsafeUnpin for AcpGetDurableSessionResponse
impl UnwindSafe for AcpGetDurableSessionResponse
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