pub struct ImageHistoryOptions {
pub platform: Option<String>,
}Expand description
Internal struct used in the ImageHistory API
Use a ImageHistoryOptionsBuilder to instantiate this struct.
Fields§
§platform: Option<String>Trait Implementations§
Source§impl Clone for ImageHistoryOptions
impl Clone for ImageHistoryOptions
Source§fn clone(&self) -> ImageHistoryOptions
fn clone(&self) -> ImageHistoryOptions
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 ImageHistoryOptions
impl Debug for ImageHistoryOptions
Source§impl Default for ImageHistoryOptions
impl Default for ImageHistoryOptions
Source§fn default() -> ImageHistoryOptions
fn default() -> ImageHistoryOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImageHistoryOptions
impl PartialEq for ImageHistoryOptions
Source§impl Serialize for ImageHistoryOptions
impl Serialize for ImageHistoryOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ImageHistoryOptions
Auto Trait Implementations§
impl Freeze for ImageHistoryOptions
impl RefUnwindSafe for ImageHistoryOptions
impl Send for ImageHistoryOptions
impl Sync for ImageHistoryOptions
impl Unpin for ImageHistoryOptions
impl UnsafeUnpin for ImageHistoryOptions
impl UnwindSafe for ImageHistoryOptions
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