pub struct StorageBucketDeleted {
pub method: StorageBucketDeletedMethod,
pub params: StorageBucketDeletedParams,
}Fields§
§method: StorageBucketDeletedMethod§params: StorageBucketDeletedParamsImplementations§
Source§impl StorageBucketDeleted
impl StorageBucketDeleted
pub const IDENTIFIER: &'static str = "Storage.storageBucketDeleted"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for StorageBucketDeleted
impl Clone for StorageBucketDeleted
Source§fn clone(&self) -> StorageBucketDeleted
fn clone(&self) -> StorageBucketDeleted
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 StorageBucketDeleted
impl Debug for StorageBucketDeleted
Source§impl<'de> Deserialize<'de> for StorageBucketDeleted
impl<'de> Deserialize<'de> for StorageBucketDeleted
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<StorageBucketDeleted> for BrowserProtocolEvents
impl From<StorageBucketDeleted> for BrowserProtocolEvents
Source§fn from(v: StorageBucketDeleted) -> Self
fn from(v: StorageBucketDeleted) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketDeleted> for Event
impl From<StorageBucketDeleted> for Event
Source§fn from(v: StorageBucketDeleted) -> Self
fn from(v: StorageBucketDeleted) -> Self
Converts to this type from the input type.
Source§impl From<StorageBucketDeleted> for StorageEvents
impl From<StorageBucketDeleted> for StorageEvents
Source§fn from(v: StorageBucketDeleted) -> Self
fn from(v: StorageBucketDeleted) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StorageBucketDeleted
impl PartialEq for StorageBucketDeleted
Source§impl Serialize for StorageBucketDeleted
impl Serialize for StorageBucketDeleted
Source§impl TryFrom<BrowserProtocolEvents> for StorageBucketDeleted
impl TryFrom<BrowserProtocolEvents> for StorageBucketDeleted
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <StorageBucketDeleted as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <StorageBucketDeleted as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for StorageBucketDeleted
impl TryFrom<Event> for StorageBucketDeleted
Source§impl TryFrom<StorageEvents> for StorageBucketDeleted
impl TryFrom<StorageEvents> for StorageBucketDeleted
Source§type Error = StorageEvents
type Error = StorageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageEvents,
) -> Result<Self, <StorageBucketDeleted as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <StorageBucketDeleted as TryFrom<StorageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for StorageBucketDeleted
Auto Trait Implementations§
impl Freeze for StorageBucketDeleted
impl RefUnwindSafe for StorageBucketDeleted
impl Send for StorageBucketDeleted
impl Sync for StorageBucketDeleted
impl Unpin for StorageBucketDeleted
impl UnsafeUnpin for StorageBucketDeleted
impl UnwindSafe for StorageBucketDeleted
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