Struct sg_whitelist_basic::IsProcessedResponse
source · [−]pub struct IsProcessedResponse {
pub processed: bool,
}
Fields
processed: bool
Trait Implementations
sourceimpl Clone for IsProcessedResponse
impl Clone for IsProcessedResponse
sourcefn clone(&self) -> IsProcessedResponse
fn clone(&self) -> IsProcessedResponse
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IsProcessedResponse
impl Debug for IsProcessedResponse
sourceimpl<'de> Deserialize<'de> for IsProcessedResponse
impl<'de> Deserialize<'de> for IsProcessedResponse
sourcefn 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
sourceimpl JsonSchema for IsProcessedResponse
impl JsonSchema for IsProcessedResponse
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresourceimpl PartialEq<IsProcessedResponse> for IsProcessedResponse
impl PartialEq<IsProcessedResponse> for IsProcessedResponse
sourcefn eq(&self, other: &IsProcessedResponse) -> bool
fn eq(&self, other: &IsProcessedResponse) -> bool
sourceimpl Serialize for IsProcessedResponse
impl Serialize for IsProcessedResponse
impl StructuralPartialEq for IsProcessedResponse
Auto Trait Implementations
impl RefUnwindSafe for IsProcessedResponse
impl Send for IsProcessedResponse
impl Sync for IsProcessedResponse
impl Unpin for IsProcessedResponse
impl UnwindSafe for IsProcessedResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more