pub struct SidecarRenderOptions {
pub scheme: Option<String>,
pub label_tuning: Option<SidecarLabelTuningOptions>,
pub seed: Option<u32>,
pub carriers: Option<Vec<String>>,
pub bts1_base64: Option<String>,
pub items: Option<Vec<SidecarItemInput>>,
}Fields§
§scheme: Option<String>§label_tuning: Option<SidecarLabelTuningOptions>§seed: Option<u32>§carriers: Option<Vec<String>>§bts1_base64: Option<String>§items: Option<Vec<SidecarItemInput>>Trait Implementations§
Source§impl Clone for SidecarRenderOptions
impl Clone for SidecarRenderOptions
Source§fn clone(&self) -> SidecarRenderOptions
fn clone(&self) -> SidecarRenderOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SidecarRenderOptions
impl Debug for SidecarRenderOptions
Source§impl<'de> Deserialize<'de> for SidecarRenderOptions
impl<'de> Deserialize<'de> for SidecarRenderOptions
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
Auto Trait Implementations§
impl Freeze for SidecarRenderOptions
impl RefUnwindSafe for SidecarRenderOptions
impl Send for SidecarRenderOptions
impl Sync for SidecarRenderOptions
impl Unpin for SidecarRenderOptions
impl UnsafeUnpin for SidecarRenderOptions
impl UnwindSafe for SidecarRenderOptions
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