pub struct ContentLimits {
pub search_enabled: bool,
pub max_content_definitions: u8,
pub max_content_fields: u8,
pub max_store_size: u64,
pub max_object_size: u64,
pub max_field_size: u64,
}Fields§
§search_enabled: bool§max_content_definitions: u8§max_content_fields: u8§max_store_size: u64§max_object_size: u64§max_field_size: u64Trait Implementations§
Source§impl Clone for ContentLimits
impl Clone for ContentLimits
Source§fn clone(&self) -> ContentLimits
fn clone(&self) -> ContentLimits
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 ContentLimits
impl Debug for ContentLimits
Source§impl Default for ContentLimits
impl Default for ContentLimits
Source§impl<'de> Deserialize<'de> for ContentLimits
impl<'de> Deserialize<'de> for ContentLimits
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
Auto Trait Implementations§
impl Freeze for ContentLimits
impl RefUnwindSafe for ContentLimits
impl Send for ContentLimits
impl Sync for ContentLimits
impl Unpin for ContentLimits
impl UnwindSafe for ContentLimits
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