pub struct RemoteCommandSessionListRequest {
pub cursor: Option<String>,
pub limit: Option<usize>,
pub extensions: BTreeMap<String, Value>,
}Fields§
§cursor: Option<String>§limit: Option<usize>§extensions: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for RemoteCommandSessionListRequest
impl Clone for RemoteCommandSessionListRequest
Source§fn clone(&self) -> RemoteCommandSessionListRequest
fn clone(&self) -> RemoteCommandSessionListRequest
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<'de> Deserialize<'de> for RemoteCommandSessionListRequest
impl<'de> Deserialize<'de> for RemoteCommandSessionListRequest
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 RemoteCommandSessionListRequest
impl PartialEq for RemoteCommandSessionListRequest
Source§fn eq(&self, other: &RemoteCommandSessionListRequest) -> bool
fn eq(&self, other: &RemoteCommandSessionListRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoteCommandSessionListRequest
Auto Trait Implementations§
impl Freeze for RemoteCommandSessionListRequest
impl RefUnwindSafe for RemoteCommandSessionListRequest
impl Send for RemoteCommandSessionListRequest
impl Sync for RemoteCommandSessionListRequest
impl Unpin for RemoteCommandSessionListRequest
impl UnsafeUnpin for RemoteCommandSessionListRequest
impl UnwindSafe for RemoteCommandSessionListRequest
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