pub struct BoundedTypeParam {
pub annotations: Vec<AnnotationSet>,
pub bounds: Vec<TypeBound>,
}
Fields§
§annotations: Vec<AnnotationSet>
§bounds: Vec<TypeBound>
Trait Implementations§
Source§impl Clone for BoundedTypeParam
impl Clone for BoundedTypeParam
Source§fn clone(&self) -> BoundedTypeParam
fn clone(&self) -> BoundedTypeParam
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 BoundedTypeParam
impl Debug for BoundedTypeParam
Source§impl PartialEq for BoundedTypeParam
impl PartialEq for BoundedTypeParam
impl StructuralPartialEq for BoundedTypeParam
Auto Trait Implementations§
impl Freeze for BoundedTypeParam
impl RefUnwindSafe for BoundedTypeParam
impl Send for BoundedTypeParam
impl Sync for BoundedTypeParam
impl Unpin for BoundedTypeParam
impl UnwindSafe for BoundedTypeParam
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