pub struct TrueView {
pub true: True,
}Fields§
§true: TrueTrait Implementations§
impl Copy for TrueView
impl Eq for TrueView
impl StructuralPartialEq for TrueView
Auto Trait Implementations§
impl Freeze for TrueView
impl RefUnwindSafe for TrueView
impl Send for TrueView
impl Sync for TrueView
impl Unpin for TrueView
impl UnwindSafe for TrueView
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