pub struct PolicyResp {
pub access_id: String,
pub host: String,
pub policy: String,
pub signature: String,
pub success_action_status: u8,
}
Fields§
§access_id: String
§host: String
§policy: String
§signature: String
§success_action_status: u8
Trait Implementations§
Source§impl Clone for PolicyResp
impl Clone for PolicyResp
Source§fn clone(&self) -> PolicyResp
fn clone(&self) -> PolicyResp
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 Debug for PolicyResp
impl Debug for PolicyResp
Source§impl<'de> Deserialize<'de> for PolicyResp
impl<'de> Deserialize<'de> for PolicyResp
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 Serialize for PolicyResp
impl Serialize for PolicyResp
impl Send for PolicyResp
impl Sync for PolicyResp
Auto Trait Implementations§
impl Freeze for PolicyResp
impl RefUnwindSafe for PolicyResp
impl Unpin for PolicyResp
impl UnwindSafe for PolicyResp
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