pub enum Linkable {
Static(LinkableTarget),
Dynamic(LinkableTarget),
}Variants§
Static(LinkableTarget)
Dynamic(LinkableTarget)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Linkable
impl RefUnwindSafe for Linkable
impl Send for Linkable
impl Sync for Linkable
impl Unpin for Linkable
impl UnsafeUnpin for Linkable
impl UnwindSafe for Linkable
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