Struct poem_openapi::types::Base64 [−][src]
Expand description
Represents a binary data encoded with base64.
Tuple Fields
0: Vec<u8>
Trait Implementations
Parse from serde_json::Value
.
Parse from parameter.
type RawValueType = Self
type RawValueType = Self
The raw type used for validator. Read more
Returns a reference to the raw value.
Get schema reference of this type.
If it is true
, it means that this value is required.
Auto Trait Implementations
impl RefUnwindSafe for Base64
impl UnwindSafe for Base64
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more