pub struct DynLink(/* private fields */);
Expand description
The dynamic DynLink(ID, HREF, TEXT)
command.
This command cannot be copied, only cloned.
Implementations§
Trait Implementations§
impl Command for DynLink
impl Eq for DynLink
impl StructuralPartialEq for DynLink
Auto Trait Implementations§
impl Freeze for DynLink
impl RefUnwindSafe for DynLink
impl Send for DynLink
impl Sync for DynLink
impl Unpin for DynLink
impl UnwindSafe for DynLink
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