Struct srt_protocol::access::AccessControlList  
source · pub struct AccessControlList(pub Vec<AccessControlEntry>);Tuple Fields§
§0: Vec<AccessControlEntry>Trait Implementations§
source§impl Debug for AccessControlList
 
impl Debug for AccessControlList
source§impl Display for AccessControlList
 
impl Display for AccessControlList
source§impl FromStr for AccessControlList
 
impl FromStr for AccessControlList
source§impl PartialEq<AccessControlList> for AccessControlList
 
impl PartialEq<AccessControlList> for AccessControlList
source§fn eq(&self, other: &AccessControlList) -> bool
 
fn eq(&self, other: &AccessControlList) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for AccessControlList
impl StructuralEq for AccessControlList
impl StructuralPartialEq for AccessControlList
Auto Trait Implementations§
impl RefUnwindSafe for AccessControlList
impl Send for AccessControlList
impl Sync for AccessControlList
impl Unpin for AccessControlList
impl UnwindSafe for AccessControlList
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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.