pub struct UserCaptureConfig {
pub auto: UserAutoCaptureMode,
}Fields§
§auto: UserAutoCaptureModeTrait Implementations§
Source§impl Clone for UserCaptureConfig
impl Clone for UserCaptureConfig
Source§fn clone(&self) -> UserCaptureConfig
fn clone(&self) -> UserCaptureConfig
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 UserCaptureConfig
impl Debug for UserCaptureConfig
Source§impl Default for UserCaptureConfig
impl Default for UserCaptureConfig
Source§fn default() -> UserCaptureConfig
fn default() -> UserCaptureConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserCaptureConfig
impl<'de> Deserialize<'de> for UserCaptureConfig
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 UserCaptureConfig
impl RefUnwindSafe for UserCaptureConfig
impl Send for UserCaptureConfig
impl Sync for UserCaptureConfig
impl Unpin for UserCaptureConfig
impl UnsafeUnpin for UserCaptureConfig
impl UnwindSafe for UserCaptureConfig
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