pub struct SolverAddress(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SolverAddress
impl RefUnwindSafe for SolverAddress
impl Send for SolverAddress
impl Sync for SolverAddress
impl Unpin for SolverAddress
impl UnsafeUnpin for SolverAddress
impl UnwindSafe for SolverAddress
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