pub struct Clear(pub ClearType);Expand description
Tuple Fields§
§0: ClearTypeTrait Implementations§
source§impl PartialEq for Clear
impl PartialEq for Clear
impl Copy for Clear
impl Eq for Clear
impl StructuralEq for Clear
impl StructuralPartialEq for Clear
Auto Trait Implementations§
impl RefUnwindSafe for Clear
impl Send for Clear
impl Sync for Clear
impl Unpin for Clear
impl UnwindSafe for Clear
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