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