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