pub struct ListNodesQuery {
pub limit: Option<i64>,
pub offset: Option<i64>,
}Expand description
GET /nodes query parameters.
Fields§
§limit: Option<i64>§offset: Option<i64>Trait Implementations§
Source§impl Debug for ListNodesQuery
impl Debug for ListNodesQuery
Source§impl Default for ListNodesQuery
impl Default for ListNodesQuery
Source§fn default() -> ListNodesQuery
fn default() -> ListNodesQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListNodesQuery
impl<'de> Deserialize<'de> for ListNodesQuery
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
Auto Trait Implementations§
impl Freeze for ListNodesQuery
impl RefUnwindSafe for ListNodesQuery
impl Send for ListNodesQuery
impl Sync for ListNodesQuery
impl Unpin for ListNodesQuery
impl UnsafeUnpin for ListNodesQuery
impl UnwindSafe for ListNodesQuery
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