pub struct checked;Trait Implementations§
Source§impl BindDescriptor for checked
impl BindDescriptor for checked
Source§const TARGET_PROPERTY: &'static str = "checked"
const TARGET_PROPERTY: &'static str = "checked"
The name of the property to which we are binding.
Auto Trait Implementations§
impl Freeze for checked
impl RefUnwindSafe for checked
impl Send for checked
impl Sync for checked
impl Unpin for checked
impl UnwindSafe for checked
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