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