pub struct AND;
Trait Implementations§
impl Copy 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