pub struct GetPolicy {
pub turn: String,
pub seen: String,
pub past: Vec<String>,
}Fields§
§turn: String§seen: String§past: Vec<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetPolicy
impl<'de> Deserialize<'de> for GetPolicy
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
Auto Trait Implementations§
impl Freeze for GetPolicy
impl RefUnwindSafe for GetPolicy
impl Send for GetPolicy
impl Sync for GetPolicy
impl Unpin for GetPolicy
impl UnwindSafe for GetPolicy
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