pub struct BlockableItem {
pub app_external_id: String,
pub is_browser: bool,
}
Fields§
§app_external_id: String
§is_browser: bool
Implementations§
Trait Implementations§
Source§impl Clone for BlockableItem
impl Clone for BlockableItem
Source§fn clone(&self) -> BlockableItem
fn clone(&self) -> BlockableItem
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BlockableItem
impl RefUnwindSafe for BlockableItem
impl Send for BlockableItem
impl Sync for BlockableItem
impl Unpin for BlockableItem
impl UnwindSafe for BlockableItem
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