pub struct Branded { /* private fields */ }Expand description
Runtime payload for a TypeScript branded type.
Implementations§
Trait Implementations§
impl Eq for Branded
impl StructuralPartialEq for Branded
Auto Trait Implementations§
impl Freeze for Branded
impl !RefUnwindSafe for Branded
impl Send for Branded
impl Sync for Branded
impl Unpin for Branded
impl UnsafeUnpin for Branded
impl !UnwindSafe for Branded
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