pub struct RequireOptions {
pub options: Vec<String>,
pub withoptions: Option<Vec<String>>,
pub extension: Option<Cow<'static, str>>,
pub searchpaths_only: bool,
pub as_class: bool,
pub noltxml: Option<bool>,
pub notex: Option<bool>,
pub after: Tokens,
}Fields§
§options: Vec<String>§withoptions: Option<Vec<String>>§extension: Option<Cow<'static, str>>§searchpaths_only: bool§as_class: bool§noltxml: Option<bool>§notex: Option<bool>§after: TokensTrait Implementations§
Auto Trait Implementations§
impl Freeze for RequireOptions
impl RefUnwindSafe for RequireOptions
impl Send for RequireOptions
impl Sync for RequireOptions
impl Unpin for RequireOptions
impl UnsafeUnpin for RequireOptions
impl UnwindSafe for RequireOptions
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