pub struct OpenLink { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenLink
impl RefUnwindSafe for OpenLink
impl Send for OpenLink
impl Sync for OpenLink
impl Unpin for OpenLink
impl UnwindSafe for OpenLink
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