pub struct GetPermissionsPolicyStateReturnObject {
pub states: Vec<PermissionsPolicyFeatureState>,
}Fields§
§states: Vec<PermissionsPolicyFeatureState>Trait Implementations§
Source§impl Clone for GetPermissionsPolicyStateReturnObject
impl Clone for GetPermissionsPolicyStateReturnObject
Source§fn clone(&self) -> GetPermissionsPolicyStateReturnObject
fn clone(&self) -> GetPermissionsPolicyStateReturnObject
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 moreSource§impl<'de> Deserialize<'de> for GetPermissionsPolicyStateReturnObject
impl<'de> Deserialize<'de> for GetPermissionsPolicyStateReturnObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetPermissionsPolicyStateReturnObject
impl PartialEq for GetPermissionsPolicyStateReturnObject
Source§fn eq(&self, other: &GetPermissionsPolicyStateReturnObject) -> bool
fn eq(&self, other: &GetPermissionsPolicyStateReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetPermissionsPolicyStateReturnObject
Auto Trait Implementations§
impl Freeze for GetPermissionsPolicyStateReturnObject
impl RefUnwindSafe for GetPermissionsPolicyStateReturnObject
impl Send for GetPermissionsPolicyStateReturnObject
impl Sync for GetPermissionsPolicyStateReturnObject
impl Unpin for GetPermissionsPolicyStateReturnObject
impl UnwindSafe for GetPermissionsPolicyStateReturnObject
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