Struct bitwarden_api_api::models::base_access_policy_response_model::BaseAccessPolicyResponseModel
source · pub struct BaseAccessPolicyResponseModel {
pub object: Option<String>,
pub id: Option<Uuid>,
pub read: Option<bool>,
pub write: Option<bool>,
pub creation_date: Option<String>,
pub revision_date: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<Uuid>
§read: Option<bool>
§write: Option<bool>
§creation_date: Option<String>
§revision_date: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for BaseAccessPolicyResponseModel
impl Clone for BaseAccessPolicyResponseModel
source§fn clone(&self) -> BaseAccessPolicyResponseModel
fn clone(&self) -> BaseAccessPolicyResponseModel
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<'de> Deserialize<'de> for BaseAccessPolicyResponseModel
impl<'de> Deserialize<'de> for BaseAccessPolicyResponseModel
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 BaseAccessPolicyResponseModel
impl PartialEq for BaseAccessPolicyResponseModel
source§fn eq(&self, other: &BaseAccessPolicyResponseModel) -> bool
fn eq(&self, other: &BaseAccessPolicyResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BaseAccessPolicyResponseModel
Auto Trait Implementations§
impl Freeze for BaseAccessPolicyResponseModel
impl RefUnwindSafe for BaseAccessPolicyResponseModel
impl Send for BaseAccessPolicyResponseModel
impl Sync for BaseAccessPolicyResponseModel
impl Unpin for BaseAccessPolicyResponseModel
impl UnwindSafe for BaseAccessPolicyResponseModel
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