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