pub struct AllowlistEntryBuilder { /* private fields */ }
Implementations§
Source§impl AllowlistEntryBuilder
impl AllowlistEntryBuilder
pub fn new() -> Self
pub fn build_exact_from_moniker(m: &Moniker) -> AllowlistEntry
pub fn exact(self, name: &str) -> Self
pub fn exact_from_moniker(self, m: &Moniker) -> Self
pub fn any_child(self) -> Self
pub fn any_descendant(self) -> AllowlistEntry
pub fn any_descendant_in_collection(self, collection: &str) -> AllowlistEntry
pub fn any_child_in_collection(self, collection: &str) -> Self
pub fn build(self) -> AllowlistEntry
Auto Trait Implementations§
impl Freeze for AllowlistEntryBuilder
impl RefUnwindSafe for AllowlistEntryBuilder
impl Send for AllowlistEntryBuilder
impl Sync for AllowlistEntryBuilder
impl Unpin for AllowlistEntryBuilder
impl UnwindSafe for AllowlistEntryBuilder
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