pub struct SignRequestsListOptions {
pub marker: Option<String>,
pub limit: Option<i64>,
pub senders: Option<Vec<String>>,
pub shared_requests: Option<bool>,
}Expand description
Optional parameters for SignRequestsManager::list.
Fields§
§marker: Option<String>§limit: Option<i64>§senders: Option<Vec<String>>Trait Implementations§
Source§impl Clone for SignRequestsListOptions
impl Clone for SignRequestsListOptions
Source§fn clone(&self) -> SignRequestsListOptions
fn clone(&self) -> SignRequestsListOptions
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 SignRequestsListOptions
impl Debug for SignRequestsListOptions
Source§impl Default for SignRequestsListOptions
impl Default for SignRequestsListOptions
Source§fn default() -> SignRequestsListOptions
fn default() -> SignRequestsListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SignRequestsListOptions
impl RefUnwindSafe for SignRequestsListOptions
impl Send for SignRequestsListOptions
impl Sync for SignRequestsListOptions
impl Unpin for SignRequestsListOptions
impl UnsafeUnpin for SignRequestsListOptions
impl UnwindSafe for SignRequestsListOptions
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