Struct tinypointers::TinyPtr
source · pub struct TinyPtr<T>(/* private fields */);Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq for TinyPtr<T>
impl<T: PartialEq> PartialEq for TinyPtr<T>
impl<T> Copy for TinyPtr<T>
impl<T: Eq> Eq for TinyPtr<T>
impl<T> StructuralEq for TinyPtr<T>
impl<T> StructuralPartialEq for TinyPtr<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for TinyPtr<T>where
T: RefUnwindSafe,
impl<T> !Send for TinyPtr<T>
impl<T> !Sync for TinyPtr<T>
impl<T> Unpin for TinyPtr<T>
impl<T> UnwindSafe for TinyPtr<T>where
T: RefUnwindSafe,
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