pub struct NetworkGrantRequest {Show 13 fields
pub plugin_instance_id: String,
pub active_fingerprint: String,
pub resource_scope: NetworkResourceScope,
pub runtime_instance_id: String,
pub runtime_generation_id: String,
pub runtime_shard_id: String,
pub policy_revision: u64,
pub management_revision: u64,
pub revoke_epoch: u64,
pub connector_id: String,
pub transport: String,
pub destination: String,
pub ttl_ms: u64,
}Fields§
§plugin_instance_id: String§active_fingerprint: String§resource_scope: NetworkResourceScope§runtime_instance_id: String§runtime_generation_id: String§runtime_shard_id: String§policy_revision: u64§management_revision: u64§revoke_epoch: u64§connector_id: String§transport: String§destination: String§ttl_ms: u64Trait Implementations§
Source§impl Clone for NetworkGrantRequest
impl Clone for NetworkGrantRequest
Source§fn clone(&self) -> NetworkGrantRequest
fn clone(&self) -> NetworkGrantRequest
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 NetworkGrantRequest
impl Debug for NetworkGrantRequest
impl Eq for NetworkGrantRequest
Source§impl PartialEq for NetworkGrantRequest
impl PartialEq for NetworkGrantRequest
impl StructuralPartialEq for NetworkGrantRequest
Auto Trait Implementations§
impl Freeze for NetworkGrantRequest
impl RefUnwindSafe for NetworkGrantRequest
impl Send for NetworkGrantRequest
impl Sync for NetworkGrantRequest
impl Unpin for NetworkGrantRequest
impl UnsafeUnpin for NetworkGrantRequest
impl UnwindSafe for NetworkGrantRequest
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