pub struct PagedProjectInfoResponse {
pub items: Vec<ProjectInfoResponse>,
pub count: i64,
}Fields§
§items: Vec<ProjectInfoResponse>§count: i64Implementations§
Source§impl PagedProjectInfoResponse
impl PagedProjectInfoResponse
pub fn new( items: Vec<ProjectInfoResponse>, count: i64, ) -> PagedProjectInfoResponse
Trait Implementations§
Source§impl Clone for PagedProjectInfoResponse
impl Clone for PagedProjectInfoResponse
Source§fn clone(&self) -> PagedProjectInfoResponse
fn clone(&self) -> PagedProjectInfoResponse
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 PagedProjectInfoResponse
impl Debug for PagedProjectInfoResponse
Source§impl Default for PagedProjectInfoResponse
impl Default for PagedProjectInfoResponse
Source§fn default() -> PagedProjectInfoResponse
fn default() -> PagedProjectInfoResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagedProjectInfoResponse
impl<'de> Deserialize<'de> for PagedProjectInfoResponse
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 PagedProjectInfoResponse
impl PartialEq for PagedProjectInfoResponse
Source§impl Serialize for PagedProjectInfoResponse
impl Serialize for PagedProjectInfoResponse
impl StructuralPartialEq for PagedProjectInfoResponse
Auto Trait Implementations§
impl Freeze for PagedProjectInfoResponse
impl RefUnwindSafe for PagedProjectInfoResponse
impl Send for PagedProjectInfoResponse
impl Sync for PagedProjectInfoResponse
impl Unpin for PagedProjectInfoResponse
impl UnwindSafe for PagedProjectInfoResponse
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