pub struct FbOps<'l> {
pub order_by: Option<&'l str>,
pub limit_to_first: Option<u32>,
pub limit_to_last: Option<u32>,
pub start_at: Option<u32>,
pub end_at: Option<u32>,
pub equal_to: Option<u32>,
pub shallow: Option<bool>,
pub format: Option<bool>,
}Fields§
§order_by: Option<&'l str>§limit_to_first: Option<u32>§limit_to_last: Option<u32>§start_at: Option<u32>§end_at: Option<u32>§equal_to: Option<u32>§shallow: Option<bool>§format: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for FbOps<'l>
impl<'l> RefUnwindSafe for FbOps<'l>
impl<'l> Send for FbOps<'l>
impl<'l> Sync for FbOps<'l>
impl<'l> Unpin for FbOps<'l>
impl<'l> UnwindSafe for FbOps<'l>
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