pub struct Phandle(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for Phandle
impl Ord for Phandle
Source§impl PartialOrd for Phandle
impl PartialOrd for Phandle
impl Copy for Phandle
impl Eq for Phandle
impl StructuralPartialEq 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> Background for T
impl<T> Background for T
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