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