pub struct AndOp {
pub operand1: Vec<u8>,
pub operand2: Vec<u8>,
pub target_name: Vec<u8>,
}
Fields§
§operand1: Vec<u8>
§operand2: Vec<u8>
§target_name: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AndOp
impl RefUnwindSafe for AndOp
impl Send for AndOp
impl Sync for AndOp
impl Unpin for AndOp
impl UnwindSafe for AndOp
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