Struct cedar_policy_core::ast::BorrowedLiteralPolicy
source · pub struct BorrowedLiteralPolicy<'a> { /* private fields */ }
Expand description
A borrowed version of LiteralPolicy exclusively for serialization
Trait Implementations§
source§impl<'a> Clone for BorrowedLiteralPolicy<'a>
impl<'a> Clone for BorrowedLiteralPolicy<'a>
source§fn clone(&self) -> BorrowedLiteralPolicy<'a>
fn clone(&self) -> BorrowedLiteralPolicy<'a>
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<'a> Debug for BorrowedLiteralPolicy<'a>
impl<'a> Debug for BorrowedLiteralPolicy<'a>
source§impl<'a> From<&'a Policy> for BorrowedLiteralPolicy<'a>
impl<'a> From<&'a Policy> for BorrowedLiteralPolicy<'a>
source§impl<'a> PartialEq<BorrowedLiteralPolicy<'a>> for BorrowedLiteralPolicy<'a>
impl<'a> PartialEq<BorrowedLiteralPolicy<'a>> for BorrowedLiteralPolicy<'a>
source§fn eq(&self, other: &BorrowedLiteralPolicy<'a>) -> bool
fn eq(&self, other: &BorrowedLiteralPolicy<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> Serialize for BorrowedLiteralPolicy<'a>
impl<'a> Serialize for BorrowedLiteralPolicy<'a>
impl<'a> Eq for BorrowedLiteralPolicy<'a>
impl<'a> StructuralEq for BorrowedLiteralPolicy<'a>
impl<'a> StructuralPartialEq for BorrowedLiteralPolicy<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for BorrowedLiteralPolicy<'a>
impl<'a> Send for BorrowedLiteralPolicy<'a>
impl<'a> Sync for BorrowedLiteralPolicy<'a>
impl<'a> Unpin for BorrowedLiteralPolicy<'a>
impl<'a> UnwindSafe for BorrowedLiteralPolicy<'a>
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