pub struct FRType;Expand description
Marker type for FR (ON-set + OFF-set) covers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FRType
impl RefUnwindSafe for FRType
impl Send for FRType
impl Sync for FRType
impl Unpin for FRType
impl UnwindSafe for FRType
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