pub struct InterfaceResidualResponse { /* private fields */ }
Available on crate feature
partial-eval
only.Expand description
Integration version of a PartialResponse
that uses InterfaceDiagnistics
for simpler (de)serialization
This feature is experimental. For more information see https://github.com/cedar-policy/rfcs/blob/main/README.md#experimental-features
Implementations§
Trait Implementations§
source§impl Clone for InterfaceResidualResponse
impl Clone for InterfaceResidualResponse
source§fn clone(&self) -> InterfaceResidualResponse
fn clone(&self) -> InterfaceResidualResponse
Returns a copy of the value. Read more
1.0.0 · 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 InterfaceResidualResponse
impl Debug for InterfaceResidualResponse
source§impl<'de> Deserialize<'de> for InterfaceResidualResponse
impl<'de> Deserialize<'de> for InterfaceResidualResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for InterfaceResidualResponse
impl PartialEq for InterfaceResidualResponse
source§fn eq(&self, other: &InterfaceResidualResponse) -> bool
fn eq(&self, other: &InterfaceResidualResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InterfaceResidualResponse
impl StructuralPartialEq for InterfaceResidualResponse
Auto Trait Implementations§
impl Freeze for InterfaceResidualResponse
impl RefUnwindSafe for InterfaceResidualResponse
impl Send for InterfaceResidualResponse
impl Sync for InterfaceResidualResponse
impl Unpin for InterfaceResidualResponse
impl UnwindSafe for InterfaceResidualResponse
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<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.