pub struct ReadPresetResponse {
pub preset: Option<Preset>,
}
Expand description
The ReadPresetResponse
structure.
Fields§
§preset: Option<Preset>
A section of the response body that provides information about the preset.
Trait Implementations§
Source§impl Clone for ReadPresetResponse
impl Clone for ReadPresetResponse
Source§fn clone(&self) -> ReadPresetResponse
fn clone(&self) -> ReadPresetResponse
Returns a copy 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 ReadPresetResponse
impl Debug for ReadPresetResponse
Source§impl Default for ReadPresetResponse
impl Default for ReadPresetResponse
Source§fn default() -> ReadPresetResponse
fn default() -> ReadPresetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReadPresetResponse
impl<'de> Deserialize<'de> for ReadPresetResponse
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 ReadPresetResponse
impl PartialEq for ReadPresetResponse
impl StructuralPartialEq for ReadPresetResponse
Auto Trait Implementations§
impl Freeze for ReadPresetResponse
impl RefUnwindSafe for ReadPresetResponse
impl Send for ReadPresetResponse
impl Sync for ReadPresetResponse
impl Unpin for ReadPresetResponse
impl UnwindSafe for ReadPresetResponse
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