pub struct SystemParameters {
pub image_file_size_limit: String,
}
Expand description
系统参数
Fields§
§image_file_size_limit: String
图片文件上传大小限制(MB)
Trait Implementations§
Source§impl Clone for SystemParameters
impl Clone for SystemParameters
Source§fn clone(&self) -> SystemParameters
fn clone(&self) -> SystemParameters
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 SystemParameters
impl Debug for SystemParameters
Source§impl<'de> Deserialize<'de> for SystemParameters
impl<'de> Deserialize<'de> for SystemParameters
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 SystemParameters
impl RefUnwindSafe for SystemParameters
impl Send for SystemParameters
impl Sync for SystemParameters
impl Unpin for SystemParameters
impl UnwindSafe for SystemParameters
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