pub struct WildcardType {
pub bound: Option<WildcardBound>,
}Fields§
§bound: Option<WildcardBound>Trait Implementations§
Source§impl Clone for WildcardType
impl Clone for WildcardType
Source§fn clone(&self) -> WildcardType
fn clone(&self) -> WildcardType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WildcardType
impl Debug for WildcardType
Source§impl PartialEq for WildcardType
impl PartialEq for WildcardType
impl StructuralPartialEq for WildcardType
Auto Trait Implementations§
impl Freeze for WildcardType
impl RefUnwindSafe for WildcardType
impl Send for WildcardType
impl Sync for WildcardType
impl Unpin for WildcardType
impl UnsafeUnpin for WildcardType
impl UnwindSafe for WildcardType
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