pub struct BeanUtils;Expand description
bean 操作工具。
Implementations§
Source§impl BeanUtils
impl BeanUtils
Sourcepub fn check_required_fields<T: RequiredField>(
bean: &T,
) -> Result<(), WxErrorException>
pub fn check_required_fields<T: RequiredField>( bean: &T, ) -> Result<(), WxErrorException>
Auto Trait Implementations§
impl Freeze for BeanUtils
impl RefUnwindSafe for BeanUtils
impl Send for BeanUtils
impl Sync for BeanUtils
impl Unpin for BeanUtils
impl UnsafeUnpin for BeanUtils
impl UnwindSafe for BeanUtils
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