pub struct ReleaseAllowList {
pub names: Vec<String>,
}Expand description
Release only attributes whose name appears in names.
Fields§
§names: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReleaseAllowList
impl RefUnwindSafe for ReleaseAllowList
impl Send for ReleaseAllowList
impl Sync for ReleaseAllowList
impl Unpin for ReleaseAllowList
impl UnsafeUnpin for ReleaseAllowList
impl UnwindSafe for ReleaseAllowList
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