pub struct ListLogbookParams {
pub from_iso: Option<String>,
pub to_iso: Option<String>,
pub limit: u32,
}Fields§
§from_iso: Option<String>§to_iso: Option<String>§limit: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListLogbookParams
impl RefUnwindSafe for ListLogbookParams
impl Send for ListLogbookParams
impl Sync for ListLogbookParams
impl Unpin for ListLogbookParams
impl UnsafeUnpin for ListLogbookParams
impl UnwindSafe for ListLogbookParams
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