pub struct GetAllApprovalRequests {
pub metadata: Option<SearchMetadata>,
pub items: Vec<ApprovalRequest>,
}
Fields§
§metadata: Option<SearchMetadata>
§items: Vec<ApprovalRequest>
Implementations§
Source§impl GetAllApprovalRequests
impl GetAllApprovalRequests
pub fn new(items: Vec<ApprovalRequest>) -> GetAllApprovalRequests
Trait Implementations§
Source§impl Clone for GetAllApprovalRequests
impl Clone for GetAllApprovalRequests
Source§fn clone(&self) -> GetAllApprovalRequests
fn clone(&self) -> GetAllApprovalRequests
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 GetAllApprovalRequests
impl Debug for GetAllApprovalRequests
Source§impl<'de> Deserialize<'de> for GetAllApprovalRequests
impl<'de> Deserialize<'de> for GetAllApprovalRequests
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 GetAllApprovalRequests
impl PartialEq for GetAllApprovalRequests
Source§impl Serialize for GetAllApprovalRequests
impl Serialize for GetAllApprovalRequests
impl StructuralPartialEq for GetAllApprovalRequests
Auto Trait Implementations§
impl Freeze for GetAllApprovalRequests
impl RefUnwindSafe for GetAllApprovalRequests
impl Send for GetAllApprovalRequests
impl Sync for GetAllApprovalRequests
impl Unpin for GetAllApprovalRequests
impl UnwindSafe for GetAllApprovalRequests
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