pub struct StorageSQLiteRequest {Show 20 fields
pub handle_grant_token: String,
pub plugin_instance_id: String,
pub active_fingerprint: String,
pub runtime_instance_id: String,
pub runtime_generation_id: String,
pub runtime_shard_id: String,
pub handle_id: String,
pub method: String,
pub resource_scope: NetworkResourceScope,
pub policy_revision: u64,
pub management_revision: u64,
pub revoke_epoch: u64,
pub operation: String,
pub store_id: String,
pub database: String,
pub sql: String,
pub args_json: String,
pub max_rows: u64,
pub max_response_bytes: u64,
pub timeout_ms: u64,
}Fields§
§handle_grant_token: String§plugin_instance_id: String§active_fingerprint: String§runtime_instance_id: String§runtime_generation_id: String§runtime_shard_id: String§handle_id: String§method: String§resource_scope: NetworkResourceScope§policy_revision: u64§management_revision: u64§revoke_epoch: u64§operation: String§store_id: String§database: String§sql: String§args_json: String§max_rows: u64§max_response_bytes: u64§timeout_ms: u64Trait Implementations§
Source§impl Clone for StorageSQLiteRequest
impl Clone for StorageSQLiteRequest
Source§fn clone(&self) -> StorageSQLiteRequest
fn clone(&self) -> StorageSQLiteRequest
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 StorageSQLiteRequest
impl Debug for StorageSQLiteRequest
impl Eq for StorageSQLiteRequest
Source§impl PartialEq for StorageSQLiteRequest
impl PartialEq for StorageSQLiteRequest
impl StructuralPartialEq for StorageSQLiteRequest
Auto Trait Implementations§
impl Freeze for StorageSQLiteRequest
impl RefUnwindSafe for StorageSQLiteRequest
impl Send for StorageSQLiteRequest
impl Sync for StorageSQLiteRequest
impl Unpin for StorageSQLiteRequest
impl UnsafeUnpin for StorageSQLiteRequest
impl UnwindSafe for StorageSQLiteRequest
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