pub struct BoxSpec {
pub bounds: Option<BoxBounds>,
}Fields§
§bounds: Option<BoxBounds>Trait Implementations§
impl StructuralPartialEq for BoxSpec
Auto Trait Implementations§
impl Freeze for BoxSpec
impl RefUnwindSafe for BoxSpec
impl Send for BoxSpec
impl Sync for BoxSpec
impl Unpin for BoxSpec
impl UnsafeUnpin for BoxSpec
impl UnwindSafe for BoxSpec
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