pub struct ExportGalaxyClustersRequestGalaxy {
pub default: Option<bool>,
pub custom: Option<bool>,
pub distribution: Option<DistributionLevelId>,
pub format: Option<Format>,
pub download: Option<bool>,
}
Fields§
§default: Option<bool>
true
to filter out galaxy clusters with default=true
set.
custom: Option<bool>
true
to filter out galaxy clusters with default=false
set
distribution: Option<DistributionLevelId>
§format: Option<Format>
If set to misp-galaxy
result set is in the misp-galaxy format.
download: Option<bool>
true
returns the response as a json file attachment, false
returns the response in the response body.
Implementations§
Trait Implementations§
Source§impl Clone for ExportGalaxyClustersRequestGalaxy
impl Clone for ExportGalaxyClustersRequestGalaxy
Source§fn clone(&self) -> ExportGalaxyClustersRequestGalaxy
fn clone(&self) -> ExportGalaxyClustersRequestGalaxy
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 Default for ExportGalaxyClustersRequestGalaxy
impl Default for ExportGalaxyClustersRequestGalaxy
Source§fn default() -> ExportGalaxyClustersRequestGalaxy
fn default() -> ExportGalaxyClustersRequestGalaxy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportGalaxyClustersRequestGalaxy
impl<'de> Deserialize<'de> for ExportGalaxyClustersRequestGalaxy
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 ExportGalaxyClustersRequestGalaxy
impl PartialEq for ExportGalaxyClustersRequestGalaxy
Source§fn eq(&self, other: &ExportGalaxyClustersRequestGalaxy) -> bool
fn eq(&self, other: &ExportGalaxyClustersRequestGalaxy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExportGalaxyClustersRequestGalaxy
Auto Trait Implementations§
impl Freeze for ExportGalaxyClustersRequestGalaxy
impl RefUnwindSafe for ExportGalaxyClustersRequestGalaxy
impl Send for ExportGalaxyClustersRequestGalaxy
impl Sync for ExportGalaxyClustersRequestGalaxy
impl Unpin for ExportGalaxyClustersRequestGalaxy
impl UnwindSafe for ExportGalaxyClustersRequestGalaxy
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