pub struct BuildIdentityInput<'a> {
pub binary_version: &'a str,
pub enabled_features: &'a [&'a str],
pub allocator: &'a str,
pub linked_backends: &'a [(&'a str, &'a str)],
}Expand description
Build-specific values supplied by the final binary crate.
Fields§
§binary_version: &'a str§enabled_features: &'a [&'a str]§allocator: &'a str§linked_backends: &'a [(&'a str, &'a str)]Auto Trait Implementations§
impl<'a> Freeze for BuildIdentityInput<'a>
impl<'a> RefUnwindSafe for BuildIdentityInput<'a>
impl<'a> Send for BuildIdentityInput<'a>
impl<'a> Sync for BuildIdentityInput<'a>
impl<'a> Unpin for BuildIdentityInput<'a>
impl<'a> UnsafeUnpin for BuildIdentityInput<'a>
impl<'a> UnwindSafe for BuildIdentityInput<'a>
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