pub struct UContextPtr(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for UContextPtr
impl Clone for UContextPtr
Source§fn clone(&self) -> UContextPtr
fn clone(&self) -> UContextPtr
Returns a copy 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 UContextPtr
impl Debug for UContextPtr
Source§impl Into<UContext> for UContextPtr
impl Into<UContext> for UContextPtr
impl Copy for UContextPtr
Auto Trait Implementations§
impl Freeze for UContextPtr
impl RefUnwindSafe for UContextPtr
impl !Send for UContextPtr
impl !Sync for UContextPtr
impl Unpin for UContextPtr
impl UnwindSafe for UContextPtr
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