pub struct Linked;
Trait Implementations§
Source§impl ReadableParameterIndex<bool> for Linked
impl ReadableParameterIndex<bool> for Linked
Source§impl WritableParameterIndex<bool> for Linked
impl WritableParameterIndex<bool> for Linked
impl Copy for Linked
Auto Trait Implementations§
impl Freeze for Linked
impl RefUnwindSafe for Linked
impl Send for Linked
impl Sync for Linked
impl Unpin for Linked
impl UnwindSafe for Linked
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