Struct libqaul::storage::configuration::StorageOptions
source · [−]Expand description
Storage Configuration Options
The following options can be configured: size_total units are MB
- storage options
Fields
users: Vec<String>
size_total: u32
Trait Implementations
sourceimpl Clone for StorageOptions
impl Clone for StorageOptions
sourcefn clone(&self) -> StorageOptions
fn clone(&self) -> StorageOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StorageOptions
impl Debug for StorageOptions
sourceimpl Default for StorageOptions
impl Default for StorageOptions
sourceimpl<'de> Deserialize<'de> for StorageOptions
impl<'de> Deserialize<'de> for StorageOptions
sourcefn 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
sourceimpl Serialize for StorageOptions
impl Serialize for StorageOptions
Auto Trait Implementations
impl RefUnwindSafe for StorageOptions
impl Send for StorageOptions
impl Sync for StorageOptions
impl Unpin for StorageOptions
impl UnwindSafe for StorageOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more