pub struct AllPass { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Builder for AllPass
impl Builder for AllPass
Auto Trait Implementations§
impl Freeze for AllPass
impl RefUnwindSafe for AllPass
impl Send for AllPass
impl Sync for AllPass
impl Unpin for AllPass
impl UnsafeUnpin for AllPass
impl UnwindSafe for AllPass
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