#[repr(transparent)]pub struct SourceType {
pub repr: u8,
}Fields§
§repr: u8Implementations§
Trait Implementations§
Source§impl Clone for SourceType
impl Clone for SourceType
Source§impl Debug for SourceType
impl Debug for SourceType
Source§impl ExternType for SourceType
impl ExternType for SourceType
Source§impl PartialEq for SourceType
impl PartialEq for SourceType
impl Copy for SourceType
impl Eq for SourceType
impl StructuralPartialEq for SourceType
Auto Trait Implementations§
impl Freeze for SourceType
impl RefUnwindSafe for SourceType
impl Send for SourceType
impl Sync for SourceType
impl Unpin for SourceType
impl UnwindSafe for SourceType
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