pub enum AllowDenyChildren {
Allow,
Deny,
Children,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowDenyChildren
impl RefUnwindSafe for AllowDenyChildren
impl Send for AllowDenyChildren
impl Sync for AllowDenyChildren
impl Unpin for AllowDenyChildren
impl UnwindSafe for AllowDenyChildren
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