#[non_exhaustive]pub struct RustOptions<'a> {
pub patches: Vec<&'a Path>,
pub introspection_if: Option<&'a str>,
pub krate: Option<&'a str>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.patches: Vec<&'a Path>§introspection_if: Option<&'a str>§krate: Option<&'a str>Implementations§
Source§impl<'a> RustOptions<'a>
impl<'a> RustOptions<'a>
pub fn new() -> Self
pub fn krate_or_default(&self) -> &'a str
Trait Implementations§
Source§impl<'a> Clone for RustOptions<'a>
impl<'a> Clone for RustOptions<'a>
Source§fn clone(&self) -> RustOptions<'a>
fn clone(&self) -> RustOptions<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for RustOptions<'a>
impl<'a> Debug for RustOptions<'a>
Auto Trait Implementations§
impl<'a> Freeze for RustOptions<'a>
impl<'a> RefUnwindSafe for RustOptions<'a>
impl<'a> Send for RustOptions<'a>
impl<'a> Sync for RustOptions<'a>
impl<'a> Unpin for RustOptions<'a>
impl<'a> UnwindSafe for RustOptions<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)