pub struct StoredAccessPolicyList {
pub stored_access: Vec<StoredAccessPolicy>,
}
Fields§
§stored_access: Vec<StoredAccessPolicy>
Implementations§
Source§impl StoredAccessPolicyList
impl StoredAccessPolicyList
pub fn new(list: Vec<StoredAccessPolicy>) -> StoredAccessPolicyList
pub fn from_xml(bytes: &[u8]) -> Result<StoredAccessPolicyList, Error>
pub fn to_xml(&self) -> String
Trait Implementations§
Source§impl Clone for StoredAccessPolicyList
impl Clone for StoredAccessPolicyList
Source§fn clone(&self) -> StoredAccessPolicyList
fn clone(&self) -> StoredAccessPolicyList
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 StoredAccessPolicyList
impl Debug for StoredAccessPolicyList
Source§impl Default for StoredAccessPolicyList
impl Default for StoredAccessPolicyList
Source§fn default() -> StoredAccessPolicyList
fn default() -> StoredAccessPolicyList
Returns the “default value” for a type. Read more
Source§impl From<SignedIdentifiers> for StoredAccessPolicyList
impl From<SignedIdentifiers> for StoredAccessPolicyList
Source§fn from(si: SignedIdentifiers) -> StoredAccessPolicyList
fn from(si: SignedIdentifiers) -> StoredAccessPolicyList
Converts to this type from the input type.
Source§impl PartialEq for StoredAccessPolicyList
impl PartialEq for StoredAccessPolicyList
impl Eq for StoredAccessPolicyList
impl StructuralPartialEq for StoredAccessPolicyList
Auto Trait Implementations§
impl Freeze for StoredAccessPolicyList
impl RefUnwindSafe for StoredAccessPolicyList
impl Send for StoredAccessPolicyList
impl Sync for StoredAccessPolicyList
impl Unpin for StoredAccessPolicyList
impl UnwindSafe for StoredAccessPolicyList
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.