pub struct Approval {
pub approval_id: String,
pub action_id: String,
pub actor: String,
pub ts: String,
pub scope: String,
pub expires_at: Option<String>,
}Fieldsยง
ยงapproval_id: Stringยงaction_id: Stringยงactor: Stringยงts: Stringยงscope: Stringยงexpires_at: Option<String>Trait Implementationsยง
Sourceยงimpl<'de> Deserialize<'de> for Approval
impl<'de> Deserialize<'de> for Approval
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 Approval
impl RefUnwindSafe for Approval
impl Send for Approval
impl Sync for Approval
impl Unpin for Approval
impl UnsafeUnpin for Approval
impl UnwindSafe for Approval
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