pub struct 条件<T> {
pub 元素: 元素,
pub 谓词: bool,
pub 值: T,
}Fields§
§元素: 元素§谓词: bool§值: TTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for 条件<T>where
T: Freeze,
impl<T> RefUnwindSafe for 条件<T>where
T: RefUnwindSafe,
impl<T> Send for 条件<T>where
T: Send,
impl<T> Sync for 条件<T>where
T: Sync,
impl<T> Unpin for 条件<T>where
T: Unpin,
impl<T> UnsafeUnpin for 条件<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for 条件<T>where
T: UnwindSafe,
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