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