pub struct Inductor<'s> {
pub n1: Cow<'s, str>,
pub n2: Cow<'s, str>,
pub value: Value<'s>,
}Fields§
§n1: Cow<'s, str>§n2: Cow<'s, str>§value: Value<'s>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Inductor<'s>
impl<'s> RefUnwindSafe for Inductor<'s>
impl<'s> Send for Inductor<'s>
impl<'s> Sync for Inductor<'s>
impl<'s> Unpin for Inductor<'s>
impl<'s> UnwindSafe for Inductor<'s>
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