Struct chromiumoxide_cdp::cdp::browser_protocol::database::DatabaseId
source · pub struct DatabaseId(/* private fields */);Expand description
Unique identifier of Database object. DatabaseId
Implementations§
source§impl DatabaseId
impl DatabaseId
source§impl DatabaseId
impl DatabaseId
pub const IDENTIFIER: &'static str = "Database.DatabaseId"
Trait Implementations§
source§impl AsRef<str> for DatabaseId
impl AsRef<str> for DatabaseId
source§impl Borrow<str> for DatabaseId
impl Borrow<str> for DatabaseId
source§impl Clone for DatabaseId
impl Clone for DatabaseId
source§fn clone(&self) -> DatabaseId
fn clone(&self) -> DatabaseId
Returns a copy of the value. Read more
1.0.0 · 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 DatabaseId
impl Debug for DatabaseId
source§impl Default for DatabaseId
impl Default for DatabaseId
source§fn default() -> DatabaseId
fn default() -> DatabaseId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DatabaseId
impl<'de> Deserialize<'de> for DatabaseId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<DatabaseId> for String
impl From<DatabaseId> for String
source§fn from(el: DatabaseId) -> String
fn from(el: DatabaseId) -> String
Converts to this type from the input type.
source§impl From<String> for DatabaseId
impl From<String> for DatabaseId
source§impl Hash for DatabaseId
impl Hash for DatabaseId
source§impl PartialEq for DatabaseId
impl PartialEq for DatabaseId
source§fn eq(&self, other: &DatabaseId) -> bool
fn eq(&self, other: &DatabaseId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DatabaseId
impl Serialize for DatabaseId
impl Eq for DatabaseId
impl StructuralPartialEq for DatabaseId
Auto Trait Implementations§
impl Freeze for DatabaseId
impl RefUnwindSafe for DatabaseId
impl Send for DatabaseId
impl Sync for DatabaseId
impl Unpin for DatabaseId
impl UnwindSafe for DatabaseId
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