pub struct SetBuilder {
pub param: String,
pub param_set: Box<Obj>,
pub facts: Vec<OrAndChainAtomicFact>,
}Fields§
§param: String§param_set: Box<Obj>§facts: Vec<OrAndChainAtomicFact>Implementations§
Source§impl SetBuilder
impl SetBuilder
pub fn new( param: String, param_set: Obj, facts: Vec<OrAndChainAtomicFact>, ) -> Self
pub fn new_with_mangled_name( user_param: String, param_set: Obj, facts: Vec<OrAndChainAtomicFact>, ) -> Self
Trait Implementations§
Source§impl Clone for SetBuilder
impl Clone for SetBuilder
Source§fn clone(&self) -> SetBuilder
fn clone(&self) -> SetBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetBuilder
impl RefUnwindSafe for SetBuilder
impl !Send for SetBuilder
impl !Sync for SetBuilder
impl Unpin for SetBuilder
impl UnsafeUnpin for SetBuilder
impl UnwindSafe for SetBuilder
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