pub struct NativeTabInfo {
pub title: String,
pub url: String,
pub active: bool,
}Fields§
§title: String§url: String§active: boolTrait Implementations§
Source§impl Clone for NativeTabInfo
impl Clone for NativeTabInfo
Source§fn clone(&self) -> NativeTabInfo
fn clone(&self) -> NativeTabInfo
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 NativeTabInfo
impl Debug for NativeTabInfo
impl Eq for NativeTabInfo
Source§impl PartialEq for NativeTabInfo
impl PartialEq for NativeTabInfo
Source§fn eq(&self, other: &NativeTabInfo) -> bool
fn eq(&self, other: &NativeTabInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeTabInfo
Auto Trait Implementations§
impl Freeze for NativeTabInfo
impl RefUnwindSafe for NativeTabInfo
impl Send for NativeTabInfo
impl Sync for NativeTabInfo
impl Unpin for NativeTabInfo
impl UnsafeUnpin for NativeTabInfo
impl UnwindSafe for NativeTabInfo
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