pub struct headtarget(/* private fields */);
Trait Implementations§
Source§impl Debug for headtarget
impl Debug for headtarget
Source§impl Default for headtarget
impl Default for headtarget
Source§impl IntoAttribute for headtarget
impl IntoAttribute for headtarget
Source§impl PartialEq for headtarget
impl PartialEq for headtarget
impl StructuralPartialEq for headtarget
Auto Trait Implementations§
impl Freeze for headtarget
impl RefUnwindSafe for headtarget
impl Send for headtarget
impl Sync for headtarget
impl Unpin for headtarget
impl UnwindSafe for headtarget
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