1#[derive(Default)] 2pub struct FindAllOptions {} 3 4#[derive(Default)] 5pub struct FindOptions { 6 pub reload: bool, 7} 8 9#[derive(Default)] 10pub struct QueryRecordOptions {}