pub struct DecodeOpts {
pub uid: Option<String>,
pub label: Option<String>,
pub decoder: Option<String>,
}Fields§
§uid: Option<String>§label: Option<String>§decoder: Option<String>Trait Implementations§
Source§impl Clone for DecodeOpts
impl Clone for DecodeOpts
Source§fn clone(&self) -> DecodeOpts
fn clone(&self) -> DecodeOpts
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 DecodeOpts
impl Debug for DecodeOpts
Source§impl Default for DecodeOpts
impl Default for DecodeOpts
Source§fn default() -> DecodeOpts
fn default() -> DecodeOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeOpts
impl RefUnwindSafe for DecodeOpts
impl Send for DecodeOpts
impl Sync for DecodeOpts
impl Unpin for DecodeOpts
impl UnsafeUnpin for DecodeOpts
impl UnwindSafe for DecodeOpts
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