pub struct FolioOpts {
pub cached: bool,
}Fields§
§cached: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FolioOpts
impl RefUnwindSafe for FolioOpts
impl Send for FolioOpts
impl Sync for FolioOpts
impl Unpin for FolioOpts
impl UnsafeUnpin for FolioOpts
impl UnwindSafe for FolioOpts
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