pub struct SetWithLenTypeSpec {
pub ty: Box<TypeSpec>,
pub len: Box<ConstExpr>,
}Fields§
§ty: Box<TypeSpec>§len: Box<ConstExpr>Implementations§
Trait Implementations§
Source§impl Clone for SetWithLenTypeSpec
impl Clone for SetWithLenTypeSpec
Source§fn clone(&self) -> SetWithLenTypeSpec
fn clone(&self) -> SetWithLenTypeSpec
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 SetWithLenTypeSpec
impl Debug for SetWithLenTypeSpec
Source§impl Display for SetWithLenTypeSpec
impl Display for SetWithLenTypeSpec
Source§impl Hash for SetWithLenTypeSpec
impl Hash for SetWithLenTypeSpec
Source§impl Locational for SetWithLenTypeSpec
impl Locational for SetWithLenTypeSpec
Source§impl PartialEq for SetWithLenTypeSpec
impl PartialEq for SetWithLenTypeSpec
impl Eq for SetWithLenTypeSpec
impl StructuralPartialEq for SetWithLenTypeSpec
Auto Trait Implementations§
impl Freeze for SetWithLenTypeSpec
impl RefUnwindSafe for SetWithLenTypeSpec
impl Send for SetWithLenTypeSpec
impl Sync for SetWithLenTypeSpec
impl Unpin for SetWithLenTypeSpec
impl UnwindSafe for SetWithLenTypeSpec
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