pub struct PolicyDocument { /* private fields */ }Trait Implementations§
Source§impl Debug for PolicyDocument
impl Debug for PolicyDocument
Auto Trait Implementations§
impl Freeze for PolicyDocument
impl RefUnwindSafe for PolicyDocument
impl Send for PolicyDocument
impl Sync for PolicyDocument
impl Unpin for PolicyDocument
impl UnwindSafe for PolicyDocument
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more