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