pub struct AccountObjectsRequest {
pub account: String,
pub kind: Option<AccountObjectRequestType>,
pub deletion_blockers_only: Option<bool>,
pub ledger_hash: Option<i64>,
pub limit: Option<i64>,
pub marker: Option<Value>,
}Fields§
§account: String§kind: Option<AccountObjectRequestType>§deletion_blockers_only: Option<bool>§ledger_hash: Option<i64>§limit: Option<i64>§marker: Option<Value>Trait Implementations§
Source§impl Default for AccountObjectsRequest
impl Default for AccountObjectsRequest
Source§fn default() -> AccountObjectsRequest
fn default() -> AccountObjectsRequest
Returns the “default value” for a type. Read more
Source§impl Into<Value> for AccountObjectsRequest
impl Into<Value> for AccountObjectsRequest
Source§impl Serialize for AccountObjectsRequest
impl Serialize for AccountObjectsRequest
Auto Trait Implementations§
impl Freeze for AccountObjectsRequest
impl RefUnwindSafe for AccountObjectsRequest
impl Send for AccountObjectsRequest
impl Sync for AccountObjectsRequest
impl Unpin for AccountObjectsRequest
impl UnsafeUnpin for AccountObjectsRequest
impl UnwindSafe for AccountObjectsRequest
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