pub struct StorageType(/* private fields */);Expand description
See cef_storage_type_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_storage_type_t> for StorageType
impl AsMut<cef_storage_type_t> for StorageType
Source§fn as_mut(&mut self) -> &mut cef_storage_type_t
fn as_mut(&mut self) -> &mut cef_storage_type_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_storage_type_t> for StorageType
impl AsRef<cef_storage_type_t> for StorageType
Source§fn as_ref(&self) -> &cef_storage_type_t
fn as_ref(&self) -> &cef_storage_type_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for StorageType
impl Clone for StorageType
Source§fn clone(&self) -> StorageType
fn clone(&self) -> StorageType
Returns a duplicate 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 StorageType
impl Debug for StorageType
Source§impl Default for StorageType
impl Default for StorageType
Source§impl From<StorageType> for cef_storage_type_t
impl From<StorageType> for cef_storage_type_t
Source§fn from(value: StorageType) -> Self
fn from(value: StorageType) -> Self
Converts to this type from the input type.
Source§impl From<cef_storage_type_t> for StorageType
impl From<cef_storage_type_t> for StorageType
Source§fn from(value: cef_storage_type_t) -> Self
fn from(value: cef_storage_type_t) -> Self
Converts to this type from the input type.
Source§impl Hash for StorageType
impl Hash for StorageType
Source§impl PartialEq for StorageType
impl PartialEq for StorageType
impl Copy for StorageType
impl Eq for StorageType
impl StructuralPartialEq for StorageType
Auto Trait Implementations§
impl Freeze for StorageType
impl RefUnwindSafe for StorageType
impl Send for StorageType
impl Sync for StorageType
impl Unpin for StorageType
impl UnwindSafe for StorageType
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