Struct hyper_scripter::script_repo::RecentFilter
source · pub struct RecentFilter {
pub recent: u32,
pub archaeology: bool,
}
Fields§
§recent: u32
§archaeology: bool
Trait Implementations§
source§impl Clone for RecentFilter
impl Clone for RecentFilter
source§fn clone(&self) -> RecentFilter
fn clone(&self) -> RecentFilter
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 moreAuto Trait Implementations§
impl RefUnwindSafe for RecentFilter
impl Send for RecentFilter
impl Sync for RecentFilter
impl Unpin for RecentFilter
impl UnwindSafe for RecentFilter
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