pub struct WhisperPouchUi {
pub open: bool,
pub index: usize,
}Fields§
§open: bool§index: usizeTrait Implementations§
Source§impl Clone for WhisperPouchUi
impl Clone for WhisperPouchUi
Source§fn clone(&self) -> WhisperPouchUi
fn clone(&self) -> WhisperPouchUi
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WhisperPouchUi
impl Debug for WhisperPouchUi
Source§impl Default for WhisperPouchUi
impl Default for WhisperPouchUi
Source§fn default() -> WhisperPouchUi
fn default() -> WhisperPouchUi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WhisperPouchUi
impl RefUnwindSafe for WhisperPouchUi
impl Send for WhisperPouchUi
impl Sync for WhisperPouchUi
impl Unpin for WhisperPouchUi
impl UnsafeUnpin for WhisperPouchUi
impl UnwindSafe for WhisperPouchUi
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