pub struct OutPointVecBuilder(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Builder for OutPointVecBuilder
impl Builder for OutPointVecBuilder
Source§impl Debug for OutPointVecBuilder
impl Debug for OutPointVecBuilder
Source§impl Default for OutPointVecBuilder
impl Default for OutPointVecBuilder
Source§fn default() -> OutPointVecBuilder
fn default() -> OutPointVecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutPointVecBuilder
impl RefUnwindSafe for OutPointVecBuilder
impl Send for OutPointVecBuilder
impl Sync for OutPointVecBuilder
impl Unpin for OutPointVecBuilder
impl UnwindSafe for OutPointVecBuilder
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