pub struct SearchGalaxyClustersRequest {
pub context: Option<Context>,
pub searchall: Option<String>,
}
Fields§
§context: Option<Context>
§searchall: Option<String>
Search galaxy clusters by matching any value, description, uuid or galaxy elements values.
Implementations§
Source§impl SearchGalaxyClustersRequest
impl SearchGalaxyClustersRequest
pub fn new() -> SearchGalaxyClustersRequest
Trait Implementations§
Source§impl Clone for SearchGalaxyClustersRequest
impl Clone for SearchGalaxyClustersRequest
Source§fn clone(&self) -> SearchGalaxyClustersRequest
fn clone(&self) -> SearchGalaxyClustersRequest
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 SearchGalaxyClustersRequest
impl Debug for SearchGalaxyClustersRequest
Source§impl Default for SearchGalaxyClustersRequest
impl Default for SearchGalaxyClustersRequest
Source§fn default() -> SearchGalaxyClustersRequest
fn default() -> SearchGalaxyClustersRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchGalaxyClustersRequest
impl<'de> Deserialize<'de> for SearchGalaxyClustersRequest
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
impl StructuralPartialEq for SearchGalaxyClustersRequest
Auto Trait Implementations§
impl Freeze for SearchGalaxyClustersRequest
impl RefUnwindSafe for SearchGalaxyClustersRequest
impl Send for SearchGalaxyClustersRequest
impl Sync for SearchGalaxyClustersRequest
impl Unpin for SearchGalaxyClustersRequest
impl UnwindSafe for SearchGalaxyClustersRequest
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