pub struct AddPointer { /* private fields */ }Trait Implementations§
Source§impl Debug for AddPointer
impl Debug for AddPointer
Source§impl IntoBytes for AddPointer
impl IntoBytes for AddPointer
impl Immutable for AddPointer
Auto Trait Implementations§
impl Freeze for AddPointer
impl RefUnwindSafe for AddPointer
impl Send for AddPointer
impl Sync for AddPointer
impl Unpin for AddPointer
impl UnsafeUnpin for AddPointer
impl UnwindSafe for AddPointer
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