pub struct StorageProtocolRange {
pub minimum: u32,
pub maximum: u32,
}Fields§
§minimum: u32§maximum: u32Implementations§
Trait Implementations§
Source§impl Clone for StorageProtocolRange
impl Clone for StorageProtocolRange
Source§fn clone(&self) -> StorageProtocolRange
fn clone(&self) -> StorageProtocolRange
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 moreimpl Copy for StorageProtocolRange
Source§impl Debug for StorageProtocolRange
impl Debug for StorageProtocolRange
impl Eq for StorageProtocolRange
Source§impl PartialEq for StorageProtocolRange
impl PartialEq for StorageProtocolRange
impl StructuralPartialEq for StorageProtocolRange
Auto Trait Implementations§
impl Freeze for StorageProtocolRange
impl RefUnwindSafe for StorageProtocolRange
impl Send for StorageProtocolRange
impl Sync for StorageProtocolRange
impl Unpin for StorageProtocolRange
impl UnsafeUnpin for StorageProtocolRange
impl UnwindSafe for StorageProtocolRange
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