pub struct ProjectListBodyArgs {
pub from_to_page: Option<ListBodyArgs>,
pub user: Option<Member>,
pub stars: bool,
pub tags: bool,
pub members: bool,
}
Fields§
§from_to_page: Option<ListBodyArgs>
§user: Option<Member>
§stars: bool
§members: bool
Implementations§
Source§impl ProjectListBodyArgs
impl ProjectListBodyArgs
pub fn builder() -> ProjectListBodyArgsBuilder
Auto Trait Implementations§
impl Freeze for ProjectListBodyArgs
impl RefUnwindSafe for ProjectListBodyArgs
impl Send for ProjectListBodyArgs
impl Sync for ProjectListBodyArgs
impl Unpin for ProjectListBodyArgs
impl UnwindSafe for ProjectListBodyArgs
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