pub struct PolicyDocument {
pub source: String,
pub fragment: PolicyFragment,
}Fields§
§source: String§fragment: PolicyFragmentImplementations§
Trait Implementations§
Source§impl Clone for PolicyDocument
impl Clone for PolicyDocument
Source§fn clone(&self) -> PolicyDocument
fn clone(&self) -> PolicyDocument
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PolicyDocument
impl RefUnwindSafe for PolicyDocument
impl Send for PolicyDocument
impl Sync for PolicyDocument
impl Unpin for PolicyDocument
impl UnsafeUnpin for PolicyDocument
impl UnwindSafe for PolicyDocument
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