pub struct AdminUnadoptedListQuery {
pub pattern: Option<String>,
}Fields§
§pattern: Option<String>pattern of repositories to search for
Trait Implementations§
Source§impl Clone for AdminUnadoptedListQuery
impl Clone for AdminUnadoptedListQuery
Source§fn clone(&self) -> AdminUnadoptedListQuery
fn clone(&self) -> AdminUnadoptedListQuery
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 AdminUnadoptedListQuery
impl Debug for AdminUnadoptedListQuery
Source§impl Default for AdminUnadoptedListQuery
impl Default for AdminUnadoptedListQuery
Source§fn default() -> AdminUnadoptedListQuery
fn default() -> AdminUnadoptedListQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for AdminUnadoptedListQuery
impl PartialEq for AdminUnadoptedListQuery
impl StructuralPartialEq for AdminUnadoptedListQuery
Auto Trait Implementations§
impl Freeze for AdminUnadoptedListQuery
impl RefUnwindSafe for AdminUnadoptedListQuery
impl Send for AdminUnadoptedListQuery
impl Sync for AdminUnadoptedListQuery
impl Unpin for AdminUnadoptedListQuery
impl UnwindSafe for AdminUnadoptedListQuery
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