pub struct AllowHostPrimitiveDecl {
pub names: Vec<String>,
}Expand description
Parsed (allow-host-primitive <name>...) directive.
Fields§
§names: Vec<String>Trait Implementations§
Source§impl Clone for AllowHostPrimitiveDecl
impl Clone for AllowHostPrimitiveDecl
Source§fn clone(&self) -> AllowHostPrimitiveDecl
fn clone(&self) -> AllowHostPrimitiveDecl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AllowHostPrimitiveDecl
impl Debug for AllowHostPrimitiveDecl
Source§impl PartialEq for AllowHostPrimitiveDecl
impl PartialEq for AllowHostPrimitiveDecl
impl Eq for AllowHostPrimitiveDecl
impl StructuralPartialEq for AllowHostPrimitiveDecl
Auto Trait Implementations§
impl Freeze for AllowHostPrimitiveDecl
impl RefUnwindSafe for AllowHostPrimitiveDecl
impl Send for AllowHostPrimitiveDecl
impl Sync for AllowHostPrimitiveDecl
impl Unpin for AllowHostPrimitiveDecl
impl UnsafeUnpin for AllowHostPrimitiveDecl
impl UnwindSafe for AllowHostPrimitiveDecl
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