pub struct RWs {
pub read: SimpleTerm,
pub write: SimpleTerm,
}
Fields§
§read: SimpleTerm
§write: SimpleTerm
Trait Implementations§
impl Eq for RWs
impl StructuralPartialEq for RWs
Auto Trait Implementations§
impl Freeze for RWs
impl RefUnwindSafe for RWs
impl Send for RWs
impl Sync for RWs
impl Unpin for RWs
impl UnwindSafe for RWs
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