pub struct TypeStructBuilder(/* private fields */);Expand description
Builder that produces Type::User(UserType::Struct(...)).
Implementations§
Trait Implementations§
Source§impl Clone for TypeStructBuilder
impl Clone for TypeStructBuilder
Source§fn clone(&self) -> TypeStructBuilder
fn clone(&self) -> TypeStructBuilder
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 TypeStructBuilder
impl Debug for TypeStructBuilder
impl Copy for TypeStructBuilder
Auto Trait Implementations§
impl Freeze for TypeStructBuilder
impl RefUnwindSafe for TypeStructBuilder
impl Send for TypeStructBuilder
impl Sync for TypeStructBuilder
impl Unpin for TypeStructBuilder
impl UnwindSafe for TypeStructBuilder
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