pub struct and {
pub rd: &'static str,
pub rs1: &'static str,
pub rs2: &'static str,
}
Fields§
§rd: &'static str
§rs1: &'static str
§rs2: &'static str
Trait Implementations§
impl StructuralPartialEq for and
Auto Trait Implementations§
impl Freeze for and
impl RefUnwindSafe for and
impl Send for and
impl Sync for and
impl Unpin for and
impl UnwindSafe for and
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