pub struct ProjectAutocapture { /* private fields */ }
Implementations§
Source§impl ProjectAutocapture
impl ProjectAutocapture
Trait Implementations§
Source§impl Clone for ProjectAutocapture
impl Clone for ProjectAutocapture
Source§fn clone(&self) -> ProjectAutocapture
fn clone(&self) -> ProjectAutocapture
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 ProjectAutocapture
impl Debug for ProjectAutocapture
Source§impl Default for ProjectAutocapture
impl Default for ProjectAutocapture
Source§impl From<ProjectAutocapture> for ProjectAutocapture
impl From<ProjectAutocapture> for ProjectAutocapture
Source§fn from(value: ProjectAutocapture) -> Self
fn from(value: ProjectAutocapture) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProjectAutocapture> for ProjectAutocapture
impl TryFrom<ProjectAutocapture> for ProjectAutocapture
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProjectAutocapture) -> Result<Self, ConversionError>
fn try_from(value: ProjectAutocapture) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProjectAutocapture
impl RefUnwindSafe for ProjectAutocapture
impl Send for ProjectAutocapture
impl Sync for ProjectAutocapture
impl Unpin for ProjectAutocapture
impl UnwindSafe for ProjectAutocapture
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