pub struct isDisabled;
Trait Implementations§
Source§impl Field for isDisabled
impl Field for isDisabled
Source§impl HasField<isDisabled> for Repository
impl HasField<isDisabled> for Repository
Auto Trait Implementations§
impl Freeze for isDisabled
impl RefUnwindSafe for isDisabled
impl Send for isDisabled
impl Sync for isDisabled
impl Unpin for isDisabled
impl UnwindSafe for isDisabled
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