pub struct SizeFilter { /* private fields */ }Expand description
文件大小过滤策略
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeFilter
impl RefUnwindSafe for SizeFilter
impl Send for SizeFilter
impl Sync for SizeFilter
impl Unpin for SizeFilter
impl UnsafeUnpin for SizeFilter
impl UnwindSafe for SizeFilter
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