pub struct StorageNamespaceUpdate {
pub namespace_id: String,
pub expected_revision: u64,
pub name: String,
pub max_bytes: u64,
pub overflow_strategy: StorageOverflowStrategy,
}Fields§
§namespace_id: String§expected_revision: u64§name: String§max_bytes: u64§overflow_strategy: StorageOverflowStrategyTrait Implementations§
Source§impl Clone for StorageNamespaceUpdate
impl Clone for StorageNamespaceUpdate
Source§fn clone(&self) -> StorageNamespaceUpdate
fn clone(&self) -> StorageNamespaceUpdate
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 StorageNamespaceUpdate
impl Debug for StorageNamespaceUpdate
Source§impl<'de> Deserialize<'de> for StorageNamespaceUpdate
impl<'de> Deserialize<'de> for StorageNamespaceUpdate
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
impl Eq for StorageNamespaceUpdate
Source§impl PartialEq for StorageNamespaceUpdate
impl PartialEq for StorageNamespaceUpdate
Source§impl Serialize for StorageNamespaceUpdate
impl Serialize for StorageNamespaceUpdate
impl StructuralPartialEq for StorageNamespaceUpdate
Auto Trait Implementations§
impl Freeze for StorageNamespaceUpdate
impl RefUnwindSafe for StorageNamespaceUpdate
impl Send for StorageNamespaceUpdate
impl Sync for StorageNamespaceUpdate
impl Unpin for StorageNamespaceUpdate
impl UnsafeUnpin for StorageNamespaceUpdate
impl UnwindSafe for StorageNamespaceUpdate
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