pub enum Override {
None,
ByName,
ByNameOrId(u32),
}
Variants§
Trait Implementations§
source§impl PartialEq for Override
impl PartialEq for Override
impl StructuralPartialEq for Override
Auto Trait Implementations§
impl RefUnwindSafe for Override
impl Send for Override
impl Sync for Override
impl Unpin for Override
impl UnwindSafe for Override
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