pub enum Inherits {
False,
True,
Unknown,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Inherits
impl RefUnwindSafe for Inherits
impl Send for Inherits
impl Sync for Inherits
impl Unpin for Inherits
impl UnwindSafe for Inherits
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