Struct dragonfly_client::config::dfdaemon::ObjectStorage
source · pub struct ObjectStorage {
pub enable: bool,
}
Fields§
§enable: bool
Trait Implementations§
source§impl Clone for ObjectStorage
impl Clone for ObjectStorage
source§fn clone(&self) -> ObjectStorage
fn clone(&self) -> ObjectStorage
Returns a copy 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 ObjectStorage
impl Debug for ObjectStorage
source§impl Default for ObjectStorage
impl Default for ObjectStorage
source§fn default() -> ObjectStorage
fn default() -> ObjectStorage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ObjectStoragewhere
ObjectStorage: Default,
impl<'de> Deserialize<'de> for ObjectStoragewhere ObjectStorage: Default,
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 Validate for ObjectStorage
impl Validate for ObjectStorage
source§impl<'v_a> ValidateArgs<'v_a> for ObjectStorage
impl<'v_a> ValidateArgs<'v_a> for ObjectStorage
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
Auto Trait Implementations§
impl RefUnwindSafe for ObjectStorage
impl Send for ObjectStorage
impl Sync for ObjectStorage
impl Unpin for ObjectStorage
impl UnwindSafe for ObjectStorage
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