pub struct ResponseCacheScope {
pub tenant_org_id: String,
pub tenant_workspace_id: String,
pub tenant_deployment_id: Option<String>,
pub source_binding_ids: Vec<String>,
}Fields§
§tenant_org_id: String§tenant_workspace_id: String§tenant_deployment_id: Option<String>§source_binding_ids: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for ResponseCacheScope
impl Clone for ResponseCacheScope
Source§fn clone(&self) -> ResponseCacheScope
fn clone(&self) -> ResponseCacheScope
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 ResponseCacheScope
impl Debug for ResponseCacheScope
Source§impl PartialEq for ResponseCacheScope
impl PartialEq for ResponseCacheScope
Source§fn eq(&self, other: &ResponseCacheScope) -> bool
fn eq(&self, other: &ResponseCacheScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ResponseCacheScope
impl StructuralPartialEq for ResponseCacheScope
Auto Trait Implementations§
impl Freeze for ResponseCacheScope
impl RefUnwindSafe for ResponseCacheScope
impl Send for ResponseCacheScope
impl Sync for ResponseCacheScope
impl Unpin for ResponseCacheScope
impl UnsafeUnpin for ResponseCacheScope
impl UnwindSafe for ResponseCacheScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.