Struct IfChain
pub struct IfChain(pub(crate) Vec<IfChainEntry>);Tuple Fields§
§0: Vec<IfChainEntry>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfChain
impl RefUnwindSafe for IfChain
impl Send for IfChain
impl Sync for IfChain
impl Unpin for IfChain
impl UnwindSafe for IfChain
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