pub struct Phandle(/* private fields */);
Trait Implementations§
impl Copy for Phandle
Auto Trait Implementations§
impl Freeze for Phandle
impl RefUnwindSafe for Phandle
impl Send for Phandle
impl Sync for Phandle
impl Unpin for Phandle
impl UnwindSafe for Phandle
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