pub struct AcpListDurableSessionsResponse {
pub sessions: Vec<AcpDurableSessionInfo>,
pub next_cursor: Option<String>,
}Fields§
§sessions: Vec<AcpDurableSessionInfo>§next_cursor: Option<String>Trait Implementations§
Source§impl Clone for AcpListDurableSessionsResponse
impl Clone for AcpListDurableSessionsResponse
Source§fn clone(&self) -> AcpListDurableSessionsResponse
fn clone(&self) -> AcpListDurableSessionsResponse
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<'de> Deserialize<'de> for AcpListDurableSessionsResponse
impl<'de> Deserialize<'de> for AcpListDurableSessionsResponse
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 AcpListDurableSessionsResponse
impl StructuralPartialEq for AcpListDurableSessionsResponse
Auto Trait Implementations§
impl Freeze for AcpListDurableSessionsResponse
impl RefUnwindSafe for AcpListDurableSessionsResponse
impl Send for AcpListDurableSessionsResponse
impl Sync for AcpListDurableSessionsResponse
impl Unpin for AcpListDurableSessionsResponse
impl UnsafeUnpin for AcpListDurableSessionsResponse
impl UnwindSafe for AcpListDurableSessionsResponse
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