Struct DataCallBuilder
pub struct DataCallBuilder {
inner: Option<Box<DataCall>>,
}Fields§
§inner: Option<Box<DataCall>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataCallBuilder
impl RefUnwindSafe for DataCallBuilder
impl Send for DataCallBuilder
impl Sync for DataCallBuilder
impl Unpin for DataCallBuilder
impl UnwindSafe for DataCallBuilder
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